summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's.peter1996-03-104-4/+194
* Fix the getdents() emulation, the Linux ELF libraries use this, andpeter1996-03-102-6/+22
* Fix a (mostly harmless) bogon when calculating the start of the stack gap.peter1996-03-101-1/+1
* Fix a (mostly harmless) bogon when allocating space above the stackpeter1996-03-102-4/+4
* Fix typo - -des -> -ldesmarkm1996-03-102-4/+4
* remove ``whatis''wosch1996-03-101-1/+1
* share the code between apropos and whatiswosch1996-03-106-105/+21
* More missing int32 -> int32_t...dg1996-03-101-4/+4
* Fixed some missing int32 -> int32_tdg1996-03-102-4/+4
* u_int8 -> u_int8_tjkh1996-03-101-6/+6
* First attempt at FreeBSD & Linux ELF support.sos1996-03-1016-150/+1205
* Replace PATCH_PRFX with a more generic DIST_SUBDIR. If it is set toasami1996-03-101-32/+28
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-1014-354/+348
* aic7870.c, ncr.c:gibbs1996-03-102-20/+15
* bt.c, aic7xxx.c:gibbs1996-03-103-239/+247
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-107-32/+28
* aha1742.c:gibbs1996-03-103-13/+13
* Reset the DMA control register whenever we reset the sequencer.gibbs1996-03-102-48/+22
* Correct paths for pcvt in FreeBSD. Close PR#1071jkh1996-03-101-30/+30
* Don't print DMA busy messages - the sound code apparently runsjkh1996-03-102-2/+14
* Do not allow the caller to specify the same path for the specialmpp1996-03-102-0/+38
* [Ee]rrs -> Errs errs, save one process for make cleanwosch1996-03-094-11/+11
* Make talk automagically find out the interface IP address where thejoerg1996-03-0914-54/+207
* Convert a timeout loop from 100 iterations of 15uS to 50rgrimes1996-03-092-4/+4
* Better integrate kerberos into su so that if an incorrect Kerberosmarkm1996-03-092-32/+53
* Sense MAKE_EBONES, DESTDIRache1996-03-092-10/+22
* Sense MAKE_EBONES, DESTDIRache1996-03-092-30/+44
* Sense MAKE_EBONES, DESTDIRache1996-03-092-14/+26
* 1) Open /dev/null for std* after setsid() to be shure that modem isache1996-03-094-6/+21
* Fix broken SCSI_DELAY option.. (missing #include "opt_scsi.h")peter1996-03-091-1/+3
* Make sure that the zero flag is cleared upon completion of paging I/O.dyson1996-03-092-2/+4
* Correct some new and older lurking bugs. Hold count wasn't beingdyson1996-03-092-236/+424
* Delay forking a process until there are more pages available. It wasdyson1996-03-091-2/+2
* Modify a threshold for waking up the pageout daemon. Also, add a consistancydyson1996-03-091-3/+7
* Add a missing initialization of the hold_count for device pager ficticiousedyson1996-03-091-1/+2
* Fix a calculation for a paging parameter.dyson1996-03-091-2/+2
* Fix two problems:dyson1996-03-091-2/+3
* Set the page valid bits in fewer places, as opposed to being scattereddyson1996-03-091-5/+3
* Correct handling of dirty pages in I/O buffers. The case where pagesdyson1996-03-091-3/+9
* Put the "free vnode isn't" check back in the right place.dyson1996-03-092-6/+6
* Remove a now unnecessary function prototype.dyson1996-03-091-3/+1
* Prevent dial cycling on the last phone from the list, make phone list copyache1996-03-083-6/+11
* Log phone as LOG_PHASE, it is valuable enough for multi-phone environment.ache1996-03-082-2/+4
* Make user-level PPP on-demand with dynamic IP actually work.ache1996-03-081-1/+1
* Add "ppp 3000/tcp" for Use-level PPP in daemon mode (-auto)ache1996-03-081-1/+2
* Fix several places where interface netmask was in place of route netmaskache1996-03-082-8/+14
* 1) Add multi-phone dialing/redialing, several phones separated by ':'ache1996-03-088-42/+98
* Saved 14 bytes by avoiding gas braindamage and 8 bytes by betterbde1996-03-081-23/+22
* Option -f implemented (remove + create)wosch1996-03-084-17/+37
* Probe the keyboard if PROBE_KEYBOARD is defined instead of when `notyet'bde1996-03-084-13/+18
OpenPOWER on IntegriCloud