summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't leak memory in semop(2). (Fix a bug I introduced in rev 1.55.)alfred2002-10-191-1/+2
* Pass the right number of tlb slots to the kernel. The allocation schemetmm2002-10-181-10/+4
* Fix a file-rewrite performance case for UFS[2]. When rewriting portionsdillon2002-10-183-7/+36
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-184-2/+61
* MFufs 1.33:bde2002-10-182-2/+2
* (1) added LSI Logic copyright, and legal line 3 in license, and stringemoore2002-10-1811-72/+216
* Update extended attribute readme file to note that no special configurationrwatson2002-10-181-1/+6
* Update instructions for ACLs given recent tunefs, mount changes. Alsorwatson2002-10-181-5/+33
* Use 'size_t' instead of 'int' for the result of sizeof().rwatson2002-10-181-1/+1
* Do not lock the process when calling fdfree() (this would have recursed onjhb2002-10-181-4/+0
* fdfree() clears p_fd for us, no need to do it again.jhb2002-10-181-1/+0
* Don't lock the proc lock to clear p_fd. p_fd isn't protected by the procjhb2002-10-181-2/+0
* Replace the vm_page hash table with a per-vmobject splay tree. There shoulddillon2002-10-184-59/+96
* Build openfirmio on sparc64.tmm2002-10-181-0/+1
* Add a pseudo device which allows to access the OpenFirmware device treetmm2002-10-182-0/+389
* Add an #ifdef _KERNEL to make it possible to include this file fromtmm2002-10-181-5/+7
* typo.nyan2002-10-181-4/+4
* Backout my previous "brain cramp" commit.pirzyk2002-10-181-11/+9
* Cover the ELF headers with the text segment so that they get loadedmarcel2002-10-181-1/+1
* Have lockinit() initialize the debugging fields of a lockmckusick2002-10-181-0/+9
* When the number of dirty buffers rises too high, the buf_daemon runsmckusick2002-10-181-3/+17
* With the revised single-lock method used in snapshots, themckusick2002-10-181-1/+0
* Separate fiels reported by disk_err() with spaces, so that output doesn'tsobomax2002-10-171-7/+7
* Changed the scsi mode command to use 10 bytes scsi commands insteadpirzyk2002-10-171-9/+11
* Replace the conventional usage of strncpy() by using strlcpy().robert2002-10-172-13/+5
* - Use strlcpy() rather than strncpy() to copy NUL terminatedrobert2002-10-171-6/+6
* Be consistent and return the NUL at the end of kern.geom.conf{xml,dot}.phk2002-10-171-2/+2
* Instead of (sizeof(source_buffer) - 1) bytes, copy at mostrobert2002-10-171-1/+1
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsrobert2002-10-1711-28/+27
* NUL terminate sysctl kern.disksphk2002-10-171-1/+1
* Add the !define(COMPILING_LINT)pirzyk2002-10-172-2/+2
* When entering the firmware mappings into the kernel tlb, clear all 'soft'tmm2002-10-171-1/+4
* Allocate major 177 for the OpenFirmware control device, which I havetmm2002-10-171-0/+1
* Quirk for HP 315 USB Digital Cameranjl2002-10-171-0/+8
* last arg of in6?_gif_output() is not used any more.ume2002-10-175-8/+6
* - drop too short IPv6 frameume2002-10-171-10/+15
* s/gifp/ifp/ume2002-10-171-11/+11
* fix kldload error return when a module is rejected because it's staticallysam2002-10-171-4/+12
* Fix compile with options SC_NO_SUSPEND_VTYSWITCH.jhb2002-10-171-0/+2
* - Allocate only enough space for a temporary buffer to holdrobert2002-10-171-5/+6
* my(4) requires miibus, so that move it into proper section and also add asobomax2002-10-171-1/+2
* Switch from the bs driver to the ct driver.nyan2002-10-171-3/+3
* 1. Fix a comment. Locking _is_ needed (but not done).iwasaki2002-10-175-60/+40
* Fixed the quoting of the value of SC_CUT_SEPCHARS. The double quotesbde2002-10-172-23/+23
* Merged from sys/isa/syscons_isa.c revision 1.19.nyan2002-10-172-0/+8
* Merged from sys/dev/syscons/syscons.c revision 1.390.nyan2002-10-171-1/+2
* Add new syscons option SC_NO_SUSPEND_VTYSWITCH.iwasaki2002-10-177-0/+10
* put an #error directive when SMP and CPU_DISABLE_CMPXCHG are setpirzyk2002-10-172-0/+6
* Make kqueue(2) work for virtual terminals.kbyanc2002-10-171-1/+2
* Suppress the uninitialized variable warning on ia64 introduced bymarcel2002-10-171-0/+4
OpenPOWER on IntegriCloud