summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed handling of modem status changes. Only the most common case ofbde1996-12-053-24/+69
* Clean-up of the new buffer kva allocation code. Also, there was andyson1996-12-054-15/+20
* Better fix for the previous overflow problem using the code fromnate1996-12-051-2/+2
* 'ulimit' can overflow the int return value, so avoid the overflow bynate1996-12-051-1/+2
* Fixed an off by 1 error in unix2dostime(). The first day of each monthbde1996-12-042-4/+4
* Bump maximum username length to 16 characters. This brings us intojkh1996-12-041-2/+2
* Syncronize.asami1996-12-046-98/+176
* Replace sbic driver (WD33C93 SCSI card driver) with new bs driver.asami1996-12-0423-3709/+6115
* Synchronize with the RELENG_2_2 branch.asami1996-12-0431-459/+861
* Clear the busfree interrupt when one occurs, after a SELTO, or a bus reset.gibbs1996-12-031-6/+13
* Re-enable reselections as the first thing after we see a bus free. We seemgibbs1996-12-031-10/+8
* PR kern/2141:phk1996-12-032-2/+4
* Update the bootblocks to use the new definitions that changed in thenate1996-12-031-3/+3
* Add IP_OPTIONS and the multicast-related setsockopts to thefenner1996-12-034-4/+46
* 2 small changes:julian1996-12-022-2/+6
* Some imporvemnets to the vx driver.guido1996-12-021-57/+81
* Some imporvemnets to the vx driver.guido1996-12-022-2/+2
* Alot of fixes from kazu:sos1996-12-0111-501/+1096
* Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-0112-51/+19
* Don't allow empty pathnames. POSIX standard.bde1996-12-011-1/+8
* Fix a problem with the new buffer_map management code. Additionally,dyson1996-12-013-20/+30
* This update adds the support for != 512 byte sector SCSI devices tosos1996-12-015-19/+138
* Cosmetic code cleanup from Matt's latest driver.rgrimes1996-12-014-665/+696
* Implement a new totally dynamic (up to MAXPHYS) buffer kva allocationdyson1996-11-309-54/+135
* Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKsbde1996-11-303-81/+96
* Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly wellbde1996-11-303-9/+27
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterbde1996-11-303-9/+99
* Throw away input if CREAD is not set. POSIX requires no characters to bebde1996-11-303-6/+9
* Cleaned up CONSPEED changes. `comdefaultrate' gives the defaultbde1996-11-303-24/+18
* Reenabled i586-optimized copyin/out.bde1996-11-303-9/+3
* Add the Quantum DLT drives. All of them grok SC_MORE_LUS, so the tapejoerg1996-11-301-1/+5
* Check for error return from uiomove to prevent looping endlessly indg1996-11-291-1/+3
* Fixed sigaction() for SIGKILL and SIGSTOP. Reading the old action nowbde1996-11-291-5/+9
* Made O_NOCTTY distinct from the other flags (it clashed with O_RDONLY).bde1996-11-291-3/+3
* Relax the constraints on the bswap opcode (it works on non-bytedyson1996-11-291-24/+16
* Help broken d_stop() routines by flushing the output queue beforebde1996-11-291-2/+4
* Fixed bugs handling (background) orphaned process groups. ttybde1996-11-291-5/+10
* Fixed some bugs in BREAK handling. If BRKINT is set, then always flushbde1996-11-291-7/+8
* Fixed handling of non-POSIX control characters. They must not dobde1996-11-292-15/+17
* Changed _POSIX_VERSION from 198808L to 199009L. We're close to conformingbde1996-11-291-2/+2
* Fixed EFAULT handling in i586_copyin() and i586_copyout(). Use abde1996-11-293-90/+138
* Don't print bootinfo.bi_n_bios_used in cpu_startup() since it is alwaysbde1996-11-292-4/+2
* Don't clobber the SIGCONT bit in the signal mask in sigreturn(). Usebde1996-11-292-6/+4
* Correct name in probe type. Closes PR# 2122 (with a change, since the PRjkh1996-11-291-1/+1
* Clarified the comment about removing other CPU defs. Specifically,dyson1996-11-293-6/+6
* Support the appropriate use of bswap instruction on non-I386 builds.dyson1996-11-291-1/+10
* Make the kernel smaller with at worst a neutral effect on perf bydyson1996-11-283-34/+34
* I broke psm.c and none of the 5 reviewers noticed :-)phk1996-11-281-6/+12
* Add a timeout here, just like in if_ed.cphk1996-11-281-1/+2
* Rogue entry for DEC DLT2700phk1996-11-281-1/+5
OpenPOWER on IntegriCloud