summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The USB double bulk pipe driver (Host to host cables). Currently theren_hibma2000-05-0111-1/+1024
* Remove some trailing zeroes.n_hibma2000-05-013-4/+4
* A temporary band-aid for ng_base. It works for some people, a betterpeter2000-05-011-6/+3
* Add $FreeBSD$peter2000-05-0193-8/+133
* Regen.n_hibma2000-05-012-2/+9
* Add the EzLink adapter Idn_hibma2000-05-011-0/+1
* Remove unused include.asmodai2000-05-012-2/+0
* Remove unused include, and place sys includes at top, which enabledasmodai2000-05-011-3/+2
* Remove unused includes.asmodai2000-05-012-2/+0
* Add missing $FreeBSD$peter2000-05-016-0/+8
* Remove unused #include.asmodai2000-05-012-2/+0
* Move and staticize the bufchain functions so they become local to thephk2000-05-013-137/+137
* Zap KMODDEPS linepeter2000-05-0132-32/+0
* Remove unused #include.asmodai2000-05-018-8/+0
* Remove unused #include.asmodai2000-05-011-1/+0
* Document TAILQ_FOREACH_REVERSE() and CIRCLEQ_FOREACH_REVERSE() macros.archie2000-05-011-1/+24
* Add TAILQ_FOREACH_REVERSE() macro.archie2000-05-011-1/+7
* Forced commit: Rev 1.80 also changes the gensetdefs point of executionpeter2000-05-010-0/+0
* Remove KMODDEPS support. All our existing dependencies are specifiedpeter2000-05-012-36/+12
* GC unused variable (size)peter2000-05-011-1/+0
* Fix some warnings on the Alpha. sizeof() returns different things onpeter2000-05-011-2/+2
* Wrap the failure warnings around PXE_DEBUG in the cleanup routine.ps2000-05-011-3/+9
* Update loader logic to distinguish modules vs. files.bp2000-05-0122-491/+741
* Add readdir support to the NFS filesystem in libstand.ps2000-05-012-1/+82
* . clear `.Os' macro value since this tool is not KAME only anymorephantom2000-05-012-10/+8
* . clear `.Os' macro value since this tool is not KAME only anymorephantom2000-05-011-6/+7
* . remove some unneeded commentsphantom2000-05-011-8/+6
* . add a note about IPv6/IPsec integration to the FreeBSDphantom2000-05-011-14/+7
* Add libipsec to the list of known libraries for .Lb macrophantom2000-05-011-0/+1
* Make kame.4 manpage more FreeBSD specific. Replace some KAME kit directory andphantom2000-05-011-48/+36
* Convert to struct bio instead of struct buf.phk2000-05-012-180/+150
* Give struct bio it's own call back mechanism.phk2000-05-016-42/+62
* Move the MSG* and SEM* options to opt_sysvipc.hpeter2000-05-0112-386/+240
* Print options only supported by device, back out printing options separatelyache2000-05-012-41/+25
* Regenerate (removed semconfig)peter2000-05-016-15/+8
* Remove the undocumented, flawed, broken-as-designed semconfig() syscall.peter2000-05-013-96/+2
* Remove undocumented broken-as-designed semconfig() syscall.peter2000-05-011-1/+1
* Do not attempt to free a nfs node if it is the root node. The rootps2000-05-011-2/+3
* Back out t_timeout initializing, now in ttyregisterache2000-05-011-1/+0
* Move t_timeout initializing to ttyregisterache2000-05-011-1/+1
* Remove the undocumented semconfig() system calls. These cause more troublepeter2000-05-011-8/+0
* * Move the driver_t::refs field to kobj_t to replace kobj_t::instances.dfr2000-05-014-12/+8
* Fix a couple of easy cases where we make two identical devices.. onepeter2000-05-011-4/+4
* Since ptys are allocated dynamically, there is no needs to keep theirache2000-05-011-1/+1
* Initialize t_timeout to -1 for console to set its default value once in ttyopenache2000-05-011-0/+1
* Split out the ISA bus front end code into its own file. PCCARD attachmentmdodd2000-05-015-298/+474
* Set t_timeout to its default sysctl value only once in ttyopenache2000-05-012-1/+4
* Fix for the HP burners (and possibly other broken drives to)sos2000-05-011-13/+5
* Now that I've got reports that this works, let's turn the debugging off.imp2000-05-011-4/+0
* - Merge sl_probe() and ni_probe().mdodd2000-05-011-84/+47
OpenPOWER on IntegriCloud