summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* PC-98 does not have a BIOS call to get memory size.kato1998-03-241-2/+3
* Sync with sys/i386/i386/machdep.c and trap.c revisions 1.293 andkato1998-03-243-65/+101
* Sync with sys/i386/conf/files.i386 revision 1.195.kato1998-03-242-6/+6
* Describe the SC_DISABLE_REBOOT option.yokota1998-03-243-3/+6
* Add the ability to make real-mode BIOS calls from the kernel. Currently,jlemon1998-03-2319-113/+986
* si driver has changed microcode file locations.peter1998-03-232-6/+6
* Remove these.peter1998-03-232-2530/+0
* Several changes:peter1998-03-236-568/+1038
* New versions of Specialix host card download code.peter1998-03-234-0/+6932
* key_getspi() bugfix.itojun1998-03-231-2/+19
* Forward declare even more structs to restore some self-sufficiency.bde1998-03-231-2/+3
* Fixed syntax errors.bde1998-03-232-10/+10
* Don't depend on namespace pollution to help misdeclare pointers as arrays.bde1998-03-231-5/+3
* Added a forward struct declaration so that this file is lessbde1998-03-231-2/+2
* FixedSpellingErrorInAFunctionname.bde1998-03-231-2/+2
* Add vm_ooffset_t and vm_pindex_t that FreeBSD uses (but NetBSD doesn't).jb1998-03-231-1/+3
* ppp-2.3.x ships with a bad compression number for deflate. It uses numberpeter1998-03-223-8/+40
* Update kernel parts of ppp to ppp-2.3.3. Not much has changed exceptpeter1998-03-213-852/+1959
* Make it compile.. missing "opt_ipfilter.h" and missing <sys/malloc.h>peter1998-03-212-6/+10
* Add IPFILTER, IPFILTER_LOG and note IPFILTER_LKM.peter1998-03-213-3/+24
* Some patchups for when this code is compiled in userland (!).peter1998-03-214-4/+12
* On most other systems "out there", <net/if.h> does not require the callerpeter1998-03-211-1/+9
* replaced by FreeBSD specific versionpeter1998-03-211-378/+0
* Make this compile.. There are some unpleasing hacks in here.peter1998-03-2124-88/+150
* Merge vendor changes from 3.2.1 -> 3.2.3 onto mainlinepeter1998-03-211-19/+33
*-. This commit was generated by cvs2svn to compensate for changes in r34742,peter1998-03-2122-240/+472
|\ \
| | * Import kernel parts of ipfilter v3.2.3peter1998-03-2112-139/+269
| * | Import kernel parts of ipfilter v3.2.3peter1998-03-2111-120/+236
* | | zap 'vector siintr' from example si0 configpeter1998-03-213-6/+6
* | | merge from 2.2peter1998-03-212-4/+6
* | | Merge from 2.2, plus some other changes. In the config file entry,peter1998-03-212-96/+132
* | | Softdep_sync_metadata appears to expect that it is called at splbio,dyson1998-03-211-12/+17
* | | Remove unuseful (and annoying) ENXIO printf.msmith1998-03-202-12/+6
* | | Deleted 1024bytes/sector floppy code for PC-98 arch. Thekato1998-03-206-128/+6
* | | Remove the check for SYN in SYN_RECEIVED state; it breaks simultaneousfenner1998-03-202-20/+8
* | | Fix vfs_bio_awrite usage, and correct vtruncbuf usage.dyson1998-03-192-11/+17
* | | Remove b_generation.dyson1998-03-192-4/+6
* | | In kern_physio.c fix tsleep priority messup.dyson1998-03-195-113/+166
* | | Add ENABLE_VFS_IOOPT kernel option.dyson1998-03-191-1/+2
* | | Fix an embarassing problem in vtruncbuf.dyson1998-03-192-4/+4
* | | Uninitialized pointer reference may happen on particular environment.hosokawa1998-03-191-1/+6
* | | Fixed CLEANFILES. Some temporary files were missing.bde1998-03-191-2/+2
* | | Fixed building of kernels without `options FFS'. ffs_softdep_stub.c isbde1998-03-191-1/+1
* | | Fixed a race to build the `@' and `machine' symlinks early enoughbde1998-03-191-2/+2
* | | Protect against count of chars received being 0, which causes a panicdg1998-03-183-3/+9
* | | Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actuallywollman1998-03-185-12/+476
* | | Correct a problem where data OR metadata could be thrown away if adyson1998-03-171-3/+9
* | | PR: i386/6040danny1998-03-172-2/+4
* | | Fixed missing filemark on close if data written to tape.sos1998-03-172-120/+192
* | | Make EPSON_BOUNCEDMA a new-style option.kato1998-03-177-5/+18
OpenPOWER on IntegriCloud