summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add bits of PAO that are non-controversial.markm1999-06-1722-132/+456
* Please forgive me, it's my first day on the block. Forgot to mention:sheldonh1999-06-171-1/+1
* Null commit to reflect that the previous commit added warnings forsheldonh1999-06-171-1/+1
* * Add a command-line option to enable debugging mode, which sends errorsheldonh1999-06-172-19/+67
* Sync with sys/i386/i386/machdep.c revision up to 1.341.kato1999-06-172-8/+6
* Sync with sys/i386/conf/options.i386 revision 1.117.kato1999-06-172-2/+4
* Merge from non-crypto version:ru1999-06-1710-30/+150
* Various fixes for inetd's TCP Wrappers support:sheldonh1999-06-173-24/+26
* Add "-N" option to the SYNOPSIS and usage().ru1999-06-172-5/+5
* Fixed a missing userland dev_t to kernel dev_t conversion.bde1999-06-172-2/+2
* vm_map_insert sometimes extends an existing vm_map entry, rather thanalc1999-06-171-3/+7
* Reformat comment to match indentation of code around it.julian1999-06-171-8/+9
* Move vm_map_stack and vm_map_growstack after the definitionalc1999-06-171-204/+204
* Remove some unused declarations and duplicate initialization.alc1999-06-171-6/+2
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-1624-448/+106
* Add the -p switch - tells rwhod to ignore POINTOPOINT interfaces.brian1999-06-162-2/+15
* Init(8) will halt the system if sent USR1 signal,ru1999-06-162-8/+23
* Close a race window where a tcp socket is closed while tcp_pcblist istegge1999-06-162-4/+14
* Make syscall tracing work: include "opt_ktrace.h" and make it compile.dt1999-06-161-2/+8
* Syscall arguments are now properly aligned. Print them, and syscall returndt1999-06-161-16/+16
* Make sure syscall arguments properly aligned in ktrace records.dt1999-06-162-11/+18
* Use vput instead of vrele.mjacob1999-06-161-3/+3
* Remove option USBVERBOSEn_hibma1999-06-162-4/+4
* Grrr! The PNIC II's multicast hash table is only 128 bits wide, not 512wpaul1999-06-161-20/+45
* Changed trypbuf to a getpbuf to work around a problem where redundant writesdg1999-06-161-2/+2
* Add "-s src_addr" option to allow setting of the source IP address.ru1999-06-163-9/+60
* Print verbose messages when there is error.yokota1999-06-162-4/+42
* Fix non-benign typo.billf1999-06-161-2/+2
* Clean up bitrot in interrupt tracing code.tegge1999-06-163-9/+9
* If we still haven't got a sufficient number of free buffers after thetegge1999-06-161-2/+2
* Get rid of the global variable rushjob and replace it with a function inmckusick1999-06-157-141/+215
* If we retry this operation from the top of this routine, we need tomjacob1999-06-152-2/+10
* Add a couple of command definitions.julian1999-06-151-67/+74
* COM_LLCONSOLE should over-ride COM_DEBUGGER request.mckusick1999-06-152-4/+4
* cam_get_device() was returning 0 on failure, and 1 on success, whilempp1999-06-151-10/+10
* Correctly document the two different object file formats that can bempp1999-06-151-3/+3
* Document the IMPLEMENTATION NOTES section since we have a number ofmpp1999-06-151-2/+4
* This really belongs to section 8.ru1999-06-151-2/+2
* Kill option FAILSAFE.des1999-06-1516-54/+25
* Document the usage of escape character in a service name.ru1999-06-151-2/+9
* MFS: No longer needed with PicoBSD 0.44roger1999-06-154-86/+0
* MFS: No longer needed in PicoBSD 0.44roger1999-06-1518-8261/+0
* Add VIA Apollo Master VT82c570 chipset. (I have 2 of these)roger1999-06-151-12/+8
* MFS: No longer needed in PicoBSD 0.44roger1999-06-153-216/+0
* MFS: No longer needed in PicoBSD 0.44roger1999-06-1571-19007/+0
* Ensoniq AudioPCI sound cards haven't worked since the newbus integrationnewton1999-06-151-2/+2
* Add the System V message queue and semaphore options for better 3rd partyjb1999-06-142-6/+10
* Support Alpha and -CURRENT in the "-r" option case.obrien1999-06-141-9/+17
* Include <sys/time.h> for correctness. BDE has a better version of this,nik1999-06-141-1/+2
* It was possible to circumvent telnet's security ``-E'' (no escape at all)ru1999-06-141-1/+1
OpenPOWER on IntegriCloud