summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make mode setting with fdcontrol(8) stick.phk2004-02-252-364/+122
* Fix style bug in last commit,johan2004-02-251-5/+5
* Fixed namespace pollution in rev.1.74. Implementation of the syncachebde2004-02-251-1/+4
* Don't use the negatively-opaque type uma_zone_t or be chummy withbde2004-02-251-3/+1
* Add support for the sii3512 SATA chip.sos2004-02-252-0/+3
* Fixed some insertion sort errors.bde2004-02-251-13/+13
* Fixed some style bugs in previous commit (unsorting of the DDB_* options,bde2004-02-251-5/+6
* Relax a KASSERT condition to allow for a valid corner case wherehsu2004-02-252-4/+10
* Revert the last commit. I don't know what I was thinking, but this changescottl2004-02-251-1/+0
* Bump FreeBSD_version for getopt_long_only() addingache2004-02-251-1/+1
* Add DDB_NUMSYM option which in addition to the symbolic representationphk2004-02-243-0/+12
* Unconst. Somebody didn't compile LINT.phk2004-02-241-1/+1
* style.Makefile(5):johan2004-02-241-4/+2
* Whitespace cleanupdes2004-02-241-4/+4
* Check that a pointer is non-NULL before dereferencing it, not after.cperciva2004-02-241-1/+2
* in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTUume2004-02-241-1/+3
* Convert the tcp segment reassembly queue to UMA and limit the maximumandre2004-02-245-25/+174
* Do not attempt to open NODEVphk2004-02-241-0/+3
* Don't set d_flags twice. The second setting clobbered D_NOGIANT.bde2004-02-243-6/+3
* Fixed the latest unsortings of CPU_ENABLE_*.bde2004-02-241-5/+5
* Fix array overflow: If len=128, don't access [16] of a 16-byte IPv6cperciva2004-02-241-1/+2
* Add support for Cronyx-Tau. For now I added only Tau-ISA files, system filesrik2004-02-2314-0/+13023
* Connect geom_concat.ko module to the build.pjd2004-02-231-0/+1
* A more accurate test in the new ufs_lock than that in 1.235.mckusick2004-02-231-2/+3
* Fix a problem with the USB keyboard driver not properly handling keyjhb2004-02-231-5/+5
* Add missed CPU_ENABLE_LONGRON.sobomax2004-02-231-0/+1
* Fix vinums cdevsw{} to initialize d_version.phk2004-02-233-14/+10
* Fix two oversights here: don't trash the freelist, and properly cleanupphk2004-02-231-1/+4
* In the function clear_inodedeps(), a FREE_LOCK() should be calledmckusick2004-02-231-1/+1
* Change UFS from using vop_stdlock to using its own ufs_lock.mckusick2004-02-231-0/+28
* Limit the amount of memory userspace processes can cause the kernel torwatson2004-02-231-0/+17
* - Substitute bdone() and bwait() from vfs_bio.c foralc2004-02-231-23/+4
* Fix comment containing vop_readdir_args contents: a_cookies is reallytjr2004-02-232-2/+2
* cookies is an array of u_long, not u_int, so MALLOC() it accordingly.tjr2004-02-232-4/+4
* Correct some major SMP-harmful problems in the pipe implementation. Firstgreen2004-02-221-41/+66
* Ye/PCI is supported by cy driver, so we don't need to assign a number to it.imp2004-02-221-1/+1
* Add sysctls to allow showing threads for pgrp, tty, uid, ruid,deischen2004-02-222-7/+35
* Unbreak after the change to use vm_paddr_t. Since vm_paddr_t ismux2004-02-224-8/+8
* Reimplement sysctls handling by MAC framework.pjd2004-02-2210-57/+50
* Check that amrd_sc is non-NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* Check that twed_sc is non-NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* Don't free k_cfg until we're finished using it -- reverse the order ofcperciva2004-02-221-1/+1
* Don't free meo until we're finished using it.cperciva2004-02-221-1/+1
* protect new cdevsw entries with "#if (__FreeBSD_version > 502102)"rees2004-02-221-1/+3
* Correct a long-standing race condition in vm_object_page_remove() thatalc2004-02-221-1/+1
* Do not pre-map the I/O port space. On the Intel Tiger 4 this conflictsmarcel2004-02-223-35/+0
* If mountnfs returns an error, it will have already freed nam; no need tocperciva2004-02-221-1/+0
* Check that periph is non-NULL before dereferencing it.cperciva2004-02-221-1/+1
* If we're going to panic(), do it before dereferencing a NULL pointer.cperciva2004-02-221-1/+1
* Check that xfer != NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
OpenPOWER on IntegriCloud