aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused #include.Jeroen Ruigrok van der Werven2000-05-018-8/+0
* Remove unused #include.Jeroen Ruigrok van der Werven2000-05-011-1/+0
* Document TAILQ_FOREACH_REVERSE() and CIRCLEQ_FOREACH_REVERSE() macros.Archie Cobbs2000-05-011-1/+24
* Add TAILQ_FOREACH_REVERSE() macro.Archie Cobbs2000-05-011-1/+7
* Forced commit: Rev 1.80 also changes the gensetdefs point of executionPeter Wemm2000-05-010-0/+0
* Remove KMODDEPS support. All our existing dependencies are specifiedPeter Wemm2000-05-012-36/+12
* GC unused variable (size)Peter Wemm2000-05-011-1/+0
* Fix some warnings on the Alpha. sizeof() returns different things onPeter Wemm2000-05-011-2/+2
* Wrap the failure warnings around PXE_DEBUG in the cleanup routine.Paul Saab2000-05-011-3/+9
* Update loader logic to distinguish modules vs. files.Boris Popov2000-05-0122-490/+740
* Add readdir support to the NFS filesystem in libstand.Paul Saab2000-05-012-1/+82
* . clear `.Os' macro value since this tool is not KAME only anymoreAlexey Zelkin2000-05-012-10/+8
* . clear `.Os' macro value since this tool is not KAME only anymoreAlexey Zelkin2000-05-011-6/+7
* . remove some unneeded commentsAlexey Zelkin2000-05-011-8/+6
* . add a note about IPv6/IPsec integration to the FreeBSDAlexey Zelkin2000-05-011-14/+7
* Add libipsec to the list of known libraries for .Lb macroAlexey Zelkin2000-05-011-0/+1
* Make kame.4 manpage more FreeBSD specific. Replace some KAME kit directory andAlexey Zelkin2000-05-011-48/+36
* Convert to struct bio instead of struct buf.Poul-Henning Kamp2000-05-012-180/+150
* Give struct bio it's own call back mechanism.Poul-Henning Kamp2000-05-016-42/+62
* Move the MSG* and SEM* options to opt_sysvipc.hPeter Wemm2000-05-0112-386/+240
* Print options only supported by device, back out printing options separatelyAndrey A. Chernov2000-05-012-41/+25
* Regenerate (removed semconfig)Peter Wemm2000-05-016-15/+8
* Remove the undocumented, flawed, broken-as-designed semconfig() syscall.Peter Wemm2000-05-013-96/+2
* Remove undocumented broken-as-designed semconfig() syscall.Peter Wemm2000-05-011-1/+1
* Do not attempt to free a nfs node if it is the root node. The rootPaul Saab2000-05-011-2/+3
* Back out t_timeout initializing, now in ttyregisterAndrey A. Chernov2000-05-011-1/+0
* Move t_timeout initializing to ttyregisterAndrey A. Chernov2000-05-011-1/+1
* Remove the undocumented semconfig() system calls. These cause more troublePeter Wemm2000-05-011-8/+0
* * Move the driver_t::refs field to kobj_t to replace kobj_t::instances.Doug Rabson2000-05-014-12/+8
* Fix a couple of easy cases where we make two identical devices.. onePeter Wemm2000-05-011-4/+4
* Since ptys are allocated dynamically, there is no needs to keep theirAndrey A. Chernov2000-05-011-1/+1
* Initialize t_timeout to -1 for console to set its default value once in ttyopenAndrey A. Chernov2000-05-011-0/+1
* Split out the ISA bus front end code into its own file. PCCARD attachmentMatthew N. Dodd2000-05-015-298/+474
* Set t_timeout to its default sysctl value only once in ttyopenAndrey A. Chernov2000-05-012-1/+4
* Fix for the HP burners (and possibly other broken drives to)Søren Schmidt2000-05-011-13/+5
* Now that I've got reports that this works, let's turn the debugging off.Warner Losh2000-05-011-4/+0
* - Merge sl_probe() and ni_probe().Matthew N. Dodd2000-05-011-84/+47
* Adjust to accomodate recent changes to the rcvdata and rcvmsgArchie Cobbs2000-05-011-4/+6
* Reserve major device number for nsmb (SMB/CIFS protocol) device.Boris Popov2000-05-011-0/+1
* Only set $MAIL_AGENT if it isn't already defined in the environment.Nik Clayton2000-04-301-1/+1
* Remove reference to bsd2dos command, refer to fconv and similar.Nik Clayton2000-04-301-3/+3
* Add descriptions of the nm(1) keywords and their meanings.Nik Clayton2000-04-301-0/+26
* Add xref to cap_mkdb(1).Nik Clayton2000-04-301-0/+1
* Note that X11 Forwarding is off by default.Nik Clayton2000-04-301-4/+5
* Add another example showing how you can use pppctl to only allowNik Clayton2000-04-301-0/+21
* Removed xref to mount_lfs, this died in 2.mumble.Nik Clayton2000-04-302-2/+0
* Phase mismatch handling from SCRIPTS had beenGerard Roudier2000-04-301-3/+3
* Fixes a potential buffer overflow with the pid filename.Josef Karthauser2000-04-301-1/+3
* Fixes a potential buffer overflow with the command line arguments.Josef Karthauser2000-04-301-7/+11
* Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'.Josef Karthauser2000-04-301-3/+5