aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pppd/Makefile:John Polstra1999-04-292-7/+10
* Add a test to ti_encap() to try and prevent the transmit producer indexBill Paul1999-04-292-4/+10
* Added initial code for VBI capture based on work byRoger Hardiman1999-04-292-72/+448
* Add support for VBI capture from /dev/vbi.Roger Hardiman1999-04-292-4/+26
* Added new cards: NEC PK-UG-X017 and I/O DATA GV-BCTV2/PCIRoger Hardiman1999-04-292-18/+434
* Correct typo.Joseph Koshy1999-04-291-2/+2
* Fix crashes caused by rows=0 or columns=0.Roger Hardiman1999-04-292-12/+90
* - Handle mixer read ioctls correctly. They have the same group, number andLuoqi Chen1999-04-294-40/+356
* Postpone route_init() until all domains are attached.Luoqi Chen1999-04-293-5/+7
* sd -> daBill Fumerola1999-04-292-6/+6
* Add /usr/X11R6/bin to default path also.Jordan K. Hubbard1999-04-281-2/+2
* Rather than hack config/freebsd.h to contain our hacks for a native compiler,David E. O'Brien1999-04-283-46/+43
* pmap_emulate_reference: don't ever lose PV_TABLE_MOD bit on page. IfDmitrij Tejblum1999-04-281-2/+2
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-2864-157/+710
* Add the jail system call.Poul-Henning Kamp1999-04-281-1/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-2852-92/+92
* Deal with new loader syntax in determining how/when to load a userconfigJordan K. Hubbard1999-04-283-48/+21
* Mention that you can only create a block or char special file usingJoerg Wunsch1999-04-281-0/+5
* Sync with sys/i386/isa/clock.c revision 1.132.KATO Takenori1999-04-283-3/+9
* Sync with sys/i386/i386/machdep.c revision 1.332.KATO Takenori1999-04-282-218/+184
* \begin{bdemode}David E. O'Brien1999-04-281-2/+2
* Correction of better display under chinese terminal.Foxfair Hu1999-04-281-10/+10
* Write config files to /usr/share/skel as well as root's profile.Jordan K. Hubbard1999-04-283-33/+51
* By popular request, add /usr/local/sbin to this list.Jordan K. Hubbard1999-04-282-4/+4
* Do the right thing for windowmaker installation if it's picked. Add someJordan K. Hubbard1999-04-283-21/+51
* Add two recent developments:Warner Losh1999-04-281-1/+13
* Correct reference to '/dev/rst0' to the more correct "/dev/rsa0".Joseph Koshy1999-04-281-1/+1
* Explain when packets are tesed by the firewall rules and what attributesGuy Helmer1999-04-281-23/+128
* Make gdb work with kernel after the SMP vmspace sharing changes.Luoqi Chen1999-04-285-42/+221
* Allow loadable interface drivers with BPF support to be loaded into a kernelMike Smith1999-04-286-12/+51
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-2892-1975/+1823
* .Xr chflags 1 ,Tim Vanderhoek1999-04-271-1/+2
* Simplify the tunefs example, since tunefs uses getfsfile(). Lots ofMike Smith1999-04-271-3/+3
* Simplify the definition of FBSD_SWITCH_TAKES_ARG, and make sureDavid E. O'Brien1999-04-272-18/+8
* Eliminate compiler warning about missing type in declaration.John Polstra1999-04-271-3/+2
* Fix the code that prints the "Initializing PC-card drivers" messageJohn Polstra1999-04-271-4/+3
* Wait until EGCS 1.2 to use more efficient ``thunks'' to implement C++ vtables.David E. O'Brien1999-04-271-3/+4
* o Make package matching for specific package loading use the Latest/Jordan K. Hubbard1999-04-2719-96/+328
* Change suser_xxx() to suser() where it applies.Poul-Henning Kamp1999-04-2716-79/+72
* 1. Remove the hateful EDITOR=ee from root's environment; it's oneJordan K. Hubbard1999-04-272-4/+3
* bump __FreeBSD_version to 400005:Poul-Henning Kamp1999-04-271-2/+2
* Suser() simplification:Poul-Henning Kamp1999-04-27128-394/+399
* lpd tries to be clever and checks if RM == my_hostname.Jordan K. Hubbard1999-04-273-3/+25
* echo ^G^G -> echo \007\007 in loader.rc in kern.flp.Masafumi Max NAKANE1999-04-271-3/+3
* Mention that set-id bits are not honoured for shell scripts andTim Vanderhoek1999-04-271-1/+8
* If pkg_info is run with no args, default to "-aI".Jordan K. Hubbard1999-04-271-2/+7
* Make options like NO_F00F_HACK work (with context sensitive lexical rules).Luoqi Chen1999-04-272-30/+45
* Specify the ssh command to use for a VPN inline.Brian Somers1999-04-271-7/+3
* Change ``set device'' so that it parses its arguments as oneBrian Somers1999-04-275-62/+91
* Fix from Justin for transfer negotiations for targets up to target ID 7.Kenneth D. Merry1999-04-261-39/+43