summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc/1994: spelling error.phk1996-11-121-2/+2
* Added missing prototype for new function sbcreatecontrol().bde1996-11-121-1/+3
* Forward-declare `struct inpcb' so that including this file doesn't causebde1996-11-121-1/+2
* Fixed spelling error in previous commit. This did not compile.bde1996-11-121-3/+3
* Restored writability of kern.maxvnodes. It was broken a year ago inbde1996-11-122-4/+4
* Killed "unknown protocol" printf.dg1996-11-121-2/+1
* Add missing lists.sgml.asami1996-11-121-2/+2
* Near AHC_SCBPAGING_ENABLE add following commentache1996-11-123-3/+6
* 1. Avoid a race in scclose(). tty.c has kludges so that the race issos1996-11-113-15/+45
* Removed (now unused) XT_KEYBOARD option.nate1996-11-112-4/+2
* Removed 'XT_KEYBOARD' option from syscons. Document new-style way ofnate1996-11-116-18/+30
* Replaced I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO with boot-timebde1996-11-1115-222/+577
* Add the PPro %cr4 register to the supported registers in thedyson1996-11-111-1/+2
* Added ocol: ppp to the first two examples so that ppp catually requestspaul1996-11-111-3/+3
* Fixed pessimized (short) i/o port type.bde1996-11-114-10/+10
* Fixed pessimized (short) i/o port types.bde1996-11-111-4/+4
* Fixed pessimized (short) i/o port type.bde1996-11-111-2/+2
* Turned off -W and -Winline so that the warnings that should be fixed forbde1996-11-112-6/+6
* Fixed pessimized (short) i/o port type.bde1996-11-111-2/+2
* Preserve %esi and %edi for get_diskinfo(). See the logs for similar fixesbde1996-11-111-0/+4
* Make snake 3.0-CURRENT here.jkh1996-11-113-6/+6
* Preserve %esi and %edi for all BIOS calls. This is probably only necessarybde1996-11-111-1/+25
* Change prototypes for gmtime_r() and localtime_r() in accordance withhsu1996-11-111-3/+3
* Prototype pthread_mutexattr_getkind_np() and pthread_mutexattr_setkind_np().hsu1996-11-111-5/+7
* Moved pthread_mutexattr_default inside #ifndef PTHREAD_KERNEL now thathsu1996-11-111-2/+8
* Parameters for localtime_r() and gmtime_r() definitions changed.hsu1996-11-111-8/+8
* Parameters pthread_getspecific() changed.hsu1996-11-111-1/+1
* Update the database of known devices (people, please consider this when youmsmith1996-11-111-7/+13
* Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np().hsu1996-11-116-0/+366
* Add uthread_attr_init.c, uthread_attr_setstacksize.c, uthread_mattr_init.c,hsu1996-11-113-3/+21
* Moved enum pthread_mutextype to pthread.h.hsu1996-11-113-18/+24
* Make pthread_getspecific() compliant with the final IEEE pthreadshsu1996-11-113-27/+27
* kvm_malloc:ache1996-11-111-3/+3
* Change "CATEGORIES+=" to "CATEGORIES=" in sample Makefiles. It wasasami1996-11-112-5/+5
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-111-69/+73
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-112-302/+337
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-111-16/+22
* Add the AHC_FORCE_PIO option.gibbs1996-11-113-12/+24
* Fix two problems with SCB Paging.gibbs1996-11-112-36/+29
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfacefenner1996-11-119-112/+180
* Support the PG_G flag on Pentium-Pro processors. This prettydyson1996-11-117-89/+255
* Update to the unreleased mrouted 3.8a . This includes a minorfenner1996-11-1116-234/+602
* Correct many errors of commission and omission in the examplejdp1996-11-107-161/+192
* Reviewed by: Bill fennerjulian1996-11-103-76/+227
* Reviewed by: Bill fennerjulian1996-11-101-34/+30
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.nate1996-11-106-24/+60
* Added a missing \ for installing perl modules.paul1996-11-101-2/+2
* Cosmetic bugfix. fetch was modifying it's argv[] strings in place, whichpeter1996-11-101-2/+6
* Put the packet error printf inside #ifdef DIAGNOSTIC.dg1996-11-102-2/+6
* The kerberised network services should only be active in inetd.confpeter1996-11-101-4/+4
OpenPOWER on IntegriCloud