aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for Cronyx-Tau. For now I added only Tau-ISA files, system filesRoman Kurakin2004-02-2314-0/+13023
* Connect geom_concat.ko module to the build.Pawel Jakub Dawidek2004-02-231-0/+1
* A more accurate test in the new ufs_lock than that in 1.235.Kirk McKusick2004-02-231-2/+3
* Fix a problem with the USB keyboard driver not properly handling keyJohn Baldwin2004-02-231-5/+5
* Add missed CPU_ENABLE_LONGRON.Maxim Sobolev2004-02-231-0/+1
* Fix vinums cdevsw{} to initialize d_version.Poul-Henning Kamp2004-02-233-14/+10
* Fix two oversights here: don't trash the freelist, and properly cleanupPoul-Henning Kamp2004-02-231-1/+4
* In the function clear_inodedeps(), a FREE_LOCK() should be calledKirk McKusick2004-02-231-1/+1
* Change UFS from using vop_stdlock to using its own ufs_lock.Kirk McKusick2004-02-231-0/+28
* Limit the amount of memory userspace processes can cause the kernel toRobert Watson2004-02-231-0/+17
* - Substitute bdone() and bwait() from vfs_bio.c forAlan Cox2004-02-231-23/+4
* Fix comment containing vop_readdir_args contents: a_cookies is reallyTim J. Robbins2004-02-232-2/+2
* cookies is an array of u_long, not u_int, so MALLOC() it accordingly.Tim J. Robbins2004-02-232-4/+4
* Correct some major SMP-harmful problems in the pipe implementation. FirstBrian Feldman2004-02-221-41/+66
* Ye/PCI is supported by cy driver, so we don't need to assign a number to it.Warner Losh2004-02-221-1/+1
* Add sysctls to allow showing threads for pgrp, tty, uid, ruid,Daniel Eischen2004-02-222-7/+35
* Unbreak after the change to use vm_paddr_t. Since vm_paddr_t isMaxime Henrion2004-02-224-8/+8
* Reimplement sysctls handling by MAC framework.Pawel Jakub Dawidek2004-02-2210-57/+50
* Check that amrd_sc is non-NULL before dereferencing it, not after.Colin Percival2004-02-221-2/+2
* Check that twed_sc is non-NULL before dereferencing it, not after.Colin Percival2004-02-221-2/+2
* Don't free k_cfg until we're finished using it -- reverse the order ofColin Percival2004-02-221-1/+1
* Don't free meo until we're finished using it.Colin Percival2004-02-221-1/+1
* protect new cdevsw entries with "#if (__FreeBSD_version > 502102)"Jim Rees2004-02-221-1/+3
* Correct a long-standing race condition in vm_object_page_remove() thatAlan Cox2004-02-221-1/+1
* Do not pre-map the I/O port space. On the Intel Tiger 4 this conflictsMarcel Moolenaar2004-02-223-35/+0
* If mountnfs returns an error, it will have already freed nam; no need toColin Percival2004-02-221-1/+0
* Check that periph is non-NULL before dereferencing it.Colin Percival2004-02-221-1/+1
* If we're going to panic(), do it before dereferencing a NULL pointer.Colin Percival2004-02-221-1/+1
* Check that xfer != NULL before dereferencing it, not after.Colin Percival2004-02-221-2/+2
* If we're going to assert that logData != NULL, do it before weColin Percival2004-02-221-1/+1
* We want to allocate and zero sizeof(struct foo) bytes, notColin Percival2004-02-221-2/+2
* Fix off-by-one error: sc->twe_drive is an array of TWE_MAX_UNITS elements.Colin Percival2004-02-221-1/+1
* Update my personal copyrights and NETA copyrights in the kernelRobert Watson2004-02-2231-59/+59
* Check for NODEV return from udev2dev()Poul-Henning Kamp2004-02-211-0/+2
* Regen (FWIW)Peter Wemm2004-02-214-5/+5
* Try and make the compat sigreturn prototypes closer to reality.Peter Wemm2004-02-211-1/+1
* Add a note about the landmine in the middle of struct ia32_sigframe.Peter Wemm2004-02-211-0/+1
* DOH!!! Fix signals for freebsd-4.x/i386 binaries. The ucontext hasPeter Wemm2004-02-211-1/+1
* Catch up with some proc/procsig locking improvements that were made to thePeter Wemm2004-02-211-6/+2
* Eliminate the second, unnecessary call to pmap_page_protect() near the endAlan Cox2004-02-211-2/+4
* in idmap_uid_to_name(), don't try to use the entry after freeing it, in theJim Rees2004-02-211-11/+7
* Fixed a serious off by 1 error. The cluster-in-use bitmap was overrunBruce Evans2004-02-211-2/+1
* ask for rdattr_err in readdir, so we won't fail the readdir if we can't getJim Rees2004-02-211-21/+27
* Bump __FreeBSD_version to mark cdevsw megapatching.Poul-Henning Kamp2004-02-211-1/+1
* Device megapatch 6/6:Poul-Henning Kamp2004-02-216-78/+259
* Device megapatch 5/6:Poul-Henning Kamp2004-02-2110-25/+25
* Device megapatch 4/6:Poul-Henning Kamp2004-02-21163-73/+349
* Device megapatch 3/6:Poul-Henning Kamp2004-02-2129-76/+31
* Device megapatch 2/6:Poul-Henning Kamp2004-02-2110-398/+342
* Device megapatch 1/6:Poul-Henning Kamp2004-02-21103-291/+4