summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Restore static of sc_flags.ache1998-10-012-4/+6
* Fix a bug in which a page index was used where a byte offset wasjdp1998-10-011-2/+2
* Don't try to save FP state if npxproc is null.jlemon1998-10-011-1/+3
* Remove lpt1 - we have userconfig if you have a weird port.msmith1998-10-012-6/+2
* Remove the bi_vesa field, as vesa modeswitching is no longer performedmsmith1998-10-011-2/+2
* Pass the BIOS unit number from which the kernel/loader was obtained inmsmith1998-10-012-3/+4
* Fix typo.yokota1998-10-013-9/+9
* Yet another round of fixes for the VESA support code.yokota1998-10-0111-109/+120
* Override STRIP so installation doesn't try to strip the loader.jkh1998-10-011-1/+2
* Oops, forgot /* */ around Id stringsos1998-10-012-2/+2
* Misc cleanup and probe rework:imp1998-10-012-50/+38
* Make 'make install' do something that might be useful.peter1998-09-301-1/+2
* Stop libi386.a from being installed..peter1998-09-301-1/+3
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardssos1998-09-302-24/+66
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardssos1998-09-302-0/+6
* Changed tuner code to autodetect tuner i2c address.sos1998-09-307-158/+124
* Make devfs update the atime timestamp so that 'w' works when usingsos1998-09-302-5/+12
* Turn on i386-elfpeter1998-09-301-1/+3
* i386 ELF loader startup backend. On an ELF kernel booted with the 3-stagepeter1998-09-304-2/+521
* Save booted kernel name. Cosmetic cleanups.peter1998-09-301-3/+15
* Fix typos.. The vector for "int 0x12" (get base mem) is not written inpeter1998-09-301-2/+2
* ELF loader, part 1. It works with ELF kernels generated on the i386peter1998-09-302-2/+278
* s/out_loadmodule/aout_loadmodule/ in a printf diagnostic.peter1998-09-301-2/+2
* Uncomment prototype for elf_loadmodulepeter1998-09-301-2/+2
* Document that we support the CS4236B.des1998-09-301-0/+1
* Add PnP ID for Crystal Semiconductors CS4236B codecs (register-des1998-09-303-0/+9
* Sync with sys/i386/i386/machdep.c revision 1.311.kato1998-09-302-8/+50
* Make the ELF kernel build produce a dynamic executable (!). This enablespeter1998-09-306-9/+432
* Remove SCSI support as the only driver in this kernel config, aic, is notgibbs1998-09-301-6/+6
* Add several missing ioctl handlers. One needed by Sybase, the othersjfieber1998-09-304-4/+58
* Do not allow a mounted on directory to be rmdir'ed. This removal canmckusick1998-09-301-2/+8
* Perform a hard reset on cards when the command fails. This should helpimp1998-09-301-2/+2
* In nfs_link(), check for a cross-device mount *before* lookingmckusick1998-09-292-4/+6
* Missing vput when cross-device link error is detected in nfs_link.mckusick1998-09-292-0/+2
* During truncation, have to notify the VM about the new sizemckusick1998-09-292-6/+10
* Frank sez: 'It fixes a problem with servers that return 0 valuesmckusick1998-09-292-14/+20
* Do not need (or want) to take a reference on an NFS file thatmckusick1998-09-292-12/+24
* The code checks each fragment mark to see if it's valid; if the fragmentmckusick1998-09-293-6/+6
* In the bootverbose case, print out error messages for all errors that willken1998-09-292-8/+18
* vm86_datacall: always use workaround since temp. malloced buffer or stackache1998-09-291-22/+18
* Mark directory buffers that have no valid data with B_INVALmckusick1998-09-292-2/+12
* When adding data to a buffer, we need to clear the B_NEEDCOMMIT flagmckusick1998-09-292-2/+4
* Restore v1.3 - page align workaround moved to vm86_datacall nowache1998-09-291-14/+5
* Move workaround about page aligned data buffer directly to vm86_datacall,ache1998-09-291-4/+24
* Fixes for lkm:rvb1998-09-299-22/+47
* Don't erase curproc when making a vm86() call. The previous behaviorjlemon1998-09-291-7/+2
* Make #define NO_SWAPPING a normal kernel config option.abial1998-09-293-3/+6
* Make #define NO_SWAPPING a normal kernel config option.abial1998-09-293-3/+39
* Add sysctl 'machdep.msgbuf_clear'. Setting it to anything causes theabial1998-09-292-8/+50
* Fixed printf format errors. u_long is not necessarily suitable for castingbde1998-09-291-5/+7
OpenPOWER on IntegriCloud