summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Better logging when the Geometry register probe fails.imp1999-03-021-3/+3
* Remove inapropriate use of VOP_ISLOCKED()julian1999-03-021-2/+2
* Add new kernel option:semenu1999-03-022-1/+7
* Correct casts in vtophys and avtophys to be vm_offset_t.dg1999-03-022-6/+6
* Don't treat empty lines as end-of-file in include(). (I can'tdcs1999-03-021-2/+2
* Merge with sys/i386/conf/files.i386 revision 1.224.kato1999-03-022-2/+12
* Sync with sys/i386/conf/Makefile.i386 revision 1.140.kato1999-03-022-4/+4
* Fix for LINE30 option. This option was not tested under new consolekato1999-03-022-4/+4
* Correct some diagramsgrog1999-03-021-8/+10
* sizespec: allow negative values (which signal error conditions).grog1999-03-021-23/+36
* Change the name of drive state "uninit" to "referenced": it onlygrog1999-03-021-2/+2
* Change printf() calls to log() calls.grog1999-03-021-51/+99
* Change printf() calls to log() calls.grog1999-03-023-16/+24
* Add keywords "size", synonym for "length", and "max".grog1999-03-021-3/+8
* Change printf() calls to log() calls.grog1999-03-021-3/+4
* Add keywords "size", synonym for "length", and "max".grog1999-03-021-1/+7
* Change printf() calls to log() calls.grog1999-03-021-17/+28
* Change printf() calls to log() calls.grog1999-03-021-46/+81
* New function return_drive_spacegrog1999-03-021-2/+5
* change printf() calls to log() calls.grog1999-03-021-18/+24
* Change printf() calls to log() calls.grog1999-03-021-99/+217
* Change printf() calls to log() calls.grog1999-03-021-101/+42
* Change the name of drive state "uninit" to "referenced": it onlygrog1999-03-021-2/+2
* Reorganize locking to avoid holding the lock during calls to bdwritemckusick1999-03-022-6/+18
* Remove the last of the share map code: struct vm_map::is_main_map.alc1999-03-022-15/+10
* Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatimp1999-03-023-2/+12
* When fsync'ing a file on a filesystem using soft updates, we first trymckusick1999-03-023-14/+22
* Fix thread/process tracking and differentiation for Linux threads emulation.julian1999-03-025-45/+52
* Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entriesmckusick1999-03-024-10/+96
* Finally!!sos1999-03-0115-5/+4681
* mincore doesn't modify the vm_map. Therefore, it doesn't requirealc1999-03-011-6/+6
* Fix handling of IFF_ALLMULTI. The code did not callluigi1999-03-012-4/+8
* Sync with sys/boot/i386/btx/btx/btx.s revision 1.10.kato1999-03-012-24/+52
* Ensure that vnode_if.h build before object files, if make depend has notdt1999-03-013-6/+6
* Don't define MACHINE, MACHINE_ARCH, _MACHINE or _MACHINE_ARCH ifimp1999-03-012-2/+18
* Save option, rather than slice, selected. This permits unattendedrnordier1999-03-011-18/+26
* +Match against T4000* for HP QIC quirks (not T4000S* where it doesn't thenmjacob1999-03-011-14/+28
* Update to know about current kernel directory layout.mckusick1999-02-283-59/+167
* Add forward-declaration of struct linker_set, to fix a few warnings.dt1999-02-281-1/+3
* This code got moved as a result of confusion between union mounts andpeter1999-02-282-20/+2
* Declare static __inline functions as __inline in their forwardbde1999-02-283-39/+24
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,bde1999-02-2812-68/+40
* Make $ print different lines in, well, different lines.dcs1999-02-281-2/+2
* Reviewed by: "John S. Dyson" <dyson@iquest.net>alc1999-02-271-1/+20
* * Add support for hw.physmem and hw.usermem sysctls (this allows sysinstalldfr1999-02-271-2/+23
* Fix code for union mountsjulian1999-02-272-2/+46
* Version 3.0: January 1, 1999brian1999-02-277-98/+1176
* Add a quirk entry for the Seagate Medalist Pro 6 gig drive. It seems thisken1999-02-261-4/+16
* Implement "setdrv" optionrnordier1999-02-261-5/+10
* Remove call to DELAY() from xl_wait(), since xl_wait() is in thewpaul1999-02-261-3/+2
OpenPOWER on IntegriCloud