aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make errno finally and permanently thread-aware so that it is no longerJohn Birrell1998-04-301-5/+1
* Fix an error that I made with an optimization. In the caseJohn Dyson1998-04-301-2/+2
* Use ${.TARGET} rather than $@. i386 tested, pc98 untested because configWarner Losh1998-04-295-60/+60
* Fixes incorrect company and product names in uha(4) manpage andAndreas Klemm1998-04-293-6/+6
* Use DFLTBSIZE instead of MAXBSIZE for pm_fatblksize.Dmitrij Tejblum1998-04-292-32/+38
* Sync with sys/i386/i386/trap.c revision 1.127.KATO Takenori1998-04-291-1/+5
* Add a needed prototype, and fix a panic problem with the newJohn Dyson1998-04-291-1/+4
* Add "flags 0x10" to the sio0 entry so that SMP-GENERIC acts in thesameMasafumi Max NAKANE1998-04-291-2/+2
* Tighten up management of memory and swap space during map allocation,John Dyson1998-04-297-153/+268
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running underEivind Eklund1998-04-289-9/+76
* Fix a pseudo-swap leak problem. This mitigates "leaks" due toJohn Dyson1998-04-281-14/+35
* Submitted by: Doug Ambrisko <ambrisko@whistle.com>Julian Elischer1998-04-283-34/+71
* Cast return values to the appropriate fp_*_t. Note that the man pageDag-Erling Smørgrav1998-04-272-18/+18
* Fixed spelling of "fictitious" in diagnostics and commentsDag-Erling Smørgrav1998-04-273-13/+13
* Support more than 256 tun devices:Brian Somers1998-04-271-9/+13
* Add the PAT cpuid feature.John Dyson1998-04-262-4/+4
* Sync with sys/i386/isa/wd.c revision up to 1.163.KATO Takenori1998-04-251-4/+6
* Correct copyright.John Dyson1998-04-252-12/+5
* Sync with sys/i386/isa/wd.c revision 1.161.KATO Takenori1998-04-251-3/+9
* Sync with sys/i386/conf/GENERIC revision 1.108.KATO Takenori1998-04-252-2/+4
* Oops- osreldate.h is not around like I thought it would be... hmmm.. quick fi...Matt Jacob1998-04-241-2/+8
* Discussed with: bdeDavid E. O'Brien1998-04-241-1/+1
* Create virgin disklabels with 8 (MAXPARTITIONS) partitions rather thanDavid E. O'Brien1998-04-241-4/+2
* At the request of Garrett, changed sysctl:David Greenman1998-04-242-4/+4
* Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. ThisDavid Greenman1998-04-242-14/+9
* slice_device.c: permissions changes for SLICE devicesJulian Elischer1998-04-243-8/+9
* Added kern.ipc.nmbclustersDavid Greenman1998-04-243-3/+6
* When calling the open function, specify either FREAD and/or FWRITEJulian Elischer1998-04-231-3/+3
* Oops forgot to include opt_bootp.hJulian Elischer1998-04-231-2/+4
* Convert timespecclear() back to an expression (this time withoutEivind Eklund1998-04-232-12/+6
* Wrap timerclear in do { ... } while(0)Eivind Eklund1998-04-232-4/+10
* Add devfs support.Eivind Eklund1998-04-231-2/+32
* Mask the interrupt before setting the corresponding bit in ipending ifTor Egge1998-04-224-20/+22
* Bad144 support for the slice system (!)Julian Elischer1998-04-225-27/+154
* Add support for the Qlogic ISP SCSI && FC/AL AdaptersMatt Jacob1998-04-226-6/+24
* Add support for the Qlogic ISP SCSI && FC/AL AdaptersMatt Jacob1998-04-223-0/+1121
* Add support for the Qlogic ISP SCSI && FC/AL AdaptersMatt Jacob1998-04-228-0/+8325
* Sync with sys/i386/conf/majors.i386 revision 1.39.KATO Takenori1998-04-221-2/+3
* close() is no longer a SLICE method.Julian Elischer1998-04-2213-80/+157
* Add a couple of missing symbols referred to in asm code.Peter Wemm1998-04-221-1/+5
* Add a block device entry for the 'myx' driver too.Mike Smith1998-04-222-2/+4
* Add 'myx' for Ulf Zimmerman's Mylex Raid driver (ulf@alameda.net>Mike Smith1998-04-222-4/+4
* Don't allow an open to succeed if the device is invalidated during theJulian Elischer1998-04-221-1/+3
* - breakage of the warnings about pessimized i/o port types.Brian Somers1998-04-214-62/+24
* Correct the digiboard device names in agreementBrian Somers1998-04-212-22/+32
* Remove the artificial limit on the size of the ipfw filter structure.Julian Elischer1998-04-211-13/+40
* PC-98 does not supports DMA automode lager than 65535 bytes.KATO Takenori1998-04-211-0/+4
* Supports PC-98 again.KATO Takenori1998-04-211-0/+6
* o Move debug stuff down a bit so that it doesn't try toBrian Somers1998-04-212-62/+76
* The 'mountroot' option is obviously pointless for an LKMJulian Elischer1998-04-202-6/+18