summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Refuse accellerated opens on listening sockets that have not setguido1998-05-042-4/+8
* Correct an error that I made where the vtruncbuf was changed backdyson1998-05-041-2/+2
* Fix the shm panic. I mistakenly used the shadow_count to keep the objectdyson1998-05-043-7/+7
* Sync with sys/i386/isa/sio.c revision 1.200.kato1998-05-042-2/+4
* Detect USR PnP x2 modem.phk1998-05-043-3/+6
* Added amd controller to support MELCO IFC-DP SCSI card.kato1998-05-043-3/+6
* Added another PCI to C-bus (ISA bus like 16 bit bus of PC-98) bridge.kato1998-05-041-1/+3
* Added SMP kernel configuration file for PC-98 machine.kato1998-05-041-0/+221
* System clock speed is always detected automatically.kato1998-05-047-103/+7
* Use `0xf8' instead of `IO_NPX' macro to support compiling with `SMP'kato1998-05-041-3/+3
* Support compiling with `gcc -ansi'.kato1998-05-041-2/+2
* Support compiling with `gcc -ansi'.kato1998-05-041-4/+4
* Work around some VM bugs, the worst being an overly aggressivedyson1998-05-044-26/+44
* Add NEC PC-98 chipsets.kato1998-05-041-1/+18
* Patches are given here for pcisupport.c to recognise most of VIAphk1998-05-031-1/+22
* Add PCI device IDs for Intel BX PCI chip-set components.se1998-05-021-1/+7
* Another minor cleanup of the split code. Make sure that pages aredyson1998-05-021-2/+15
* Seatbelts for vm_page_bits() in case a file offset is passed in rather thanpeter1998-05-021-2/+3
* Support 1.44MB floppy disk.kato1998-05-024-6/+25
* Don't depend on "implicit int".bde1998-05-012-5/+5
* Added -ansi to CWARNFLAGS so that ANSI errors don't come back.bde1998-05-011-2/+2
* Support compiling with `gcc -ansi'. Just use __inline instead of inline.bde1998-05-011-2/+5
* Oops, the previous commit should have changed `i386' to `__i386__',bde1998-05-014-11/+11
* Partially fixed write clustering for cases where cluster_wbuild() isbde1998-05-011-1/+4
* vm_page_is_valid() wasn't expecting a large offset argument, it'speter1998-05-011-2/+3
* Fix one problem with NFSv3 > 2GB file support.peter1998-05-011-3/+3
* Fix minor bug with new over used swap fix.dyson1998-05-011-1/+2
* Loopback network interface driver (net/if_loop.c) has no SIOCSIFFLAGSphk1998-04-301-1/+4
* Make errno finally and permanently thread-aware so that it is no longerjb1998-04-301-5/+1
* Fix an error that I made with an optimization. In the casedyson1998-04-301-2/+2
* Use ${.TARGET} rather than $@. i386 tested, pc98 untested because configimp1998-04-295-60/+60
* Fixes incorrect company and product names in uha(4) manpage andandreas1998-04-293-6/+6
* Use DFLTBSIZE instead of MAXBSIZE for pm_fatblksize.dt1998-04-292-32/+38
* Sync with sys/i386/i386/trap.c revision 1.127.kato1998-04-291-1/+5
* Add a needed prototype, and fix a panic problem with the newdyson1998-04-291-1/+4
* Add "flags 0x10" to the sio0 entry so that SMP-GENERIC acts in thesamemax1998-04-291-2/+2
* Tighten up management of memory and swap space during map allocation,dyson1998-04-297-153/+268
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-289-9/+76
* Fix a pseudo-swap leak problem. This mitigates "leaks" due todyson1998-04-281-14/+35
* Submitted by: Doug Ambrisko <ambrisko@whistle.com>julian1998-04-283-34/+71
* Cast return values to the appropriate fp_*_t. Note that the man pagedes1998-04-272-18/+18
* Fixed spelling of "fictitious" in diagnostics and commentsdes1998-04-273-13/+13
* Support more than 256 tun devices:brian1998-04-271-9/+13
* Add the PAT cpuid feature.dyson1998-04-262-4/+4
* Sync with sys/i386/isa/wd.c revision up to 1.163.kato1998-04-251-4/+6
* Correct copyright.dyson1998-04-252-12/+5
* Sync with sys/i386/isa/wd.c revision 1.161.kato1998-04-251-3/+9
* Sync with sys/i386/conf/GENERIC revision 1.108.kato1998-04-252-2/+4
* Oops- osreldate.h is not around like I thought it would be... hmmm.. quick fi...mjacob1998-04-241-2/+8
* Discussed with: bdeobrien1998-04-241-1/+1
OpenPOWER on IntegriCloud