summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Widen struct sockbuf's sb_timeo member to int from short. Withjdp2002-07-241-2/+2
* Attempt to clarify comment in selrecord.alfred2002-07-241-4/+8
* Introduce mb_free() to the MBP_PERSIST{,ENT} interface. What this meansbmilekic2002-07-231-17/+70
* Fix DIOCGMEDIASIZE and DIOCGSECTORSIZE ioctls to work for allkan2002-07-231-13/+13
* - Make use of the VM_ALLOC_WIRED flag in the call to vm_page_alloc() inarr2002-07-231-12/+12
* Remove unneeded caddr_t casts.alfred2002-07-221-5/+5
* Cleanup:alfred2002-07-222-285/+134
* Change struct vmspace->vm_shm from void * to struct shmmap_state *, thisalfred2002-07-221-3/+3
* Remove caddr_t.alfred2002-07-223-42/+37
* remove caddr_t from fo_ioctl callsalfred2002-07-221-2/+2
* remove caddr_talfred2002-07-221-9/+8
* Set VAPPEND in open mode when O_APPEND is specified as an argument torwatson2002-07-223-0/+6
* Pre-wire the output buffer so that sysctl_kern_function_list() doesn'ttruckman2002-07-221-0/+1
* Provide a way for sysctl handlers to pre-wire their output buffer beforetruckman2002-07-221-0/+17
* Teach discretionary access control methods for files about VAPPENDrwatson2002-07-224-43/+43
* o Lock page queue accesses by vm_page_free().alc2002-07-212-0/+4
* Save flags returned by vn_open and use them when calling vn_close.johan2002-07-211-6/+11
* Add bus_child_present and the child_present method to bus_if.mimp2002-07-212-4/+37
* Do preserve the error result from calling p_cansee() and use that whenrwatson2002-07-201-3/+1
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-208-158/+466
* o Use vm_page_alloc(... | VM_ALLOC_WIRED) in place of vm_page_wire().alc2002-07-191-4/+3
* Wrap a line longer than 80 characters.mux2002-07-191-2/+2
* - Merge the mount options at MNT_UPDATE time with vfs_mergeopts().mux2002-07-191-19/+113
* Add support to UFS2 to provide storage for extended attributes.mckusick2002-07-192-53/+87
* Clear up confusion in ugly code. ^T gave wrong results for RSS.julian2002-07-181-4/+9
* ia64 does not have the same degree of stealth include file nesting,peter2002-07-172-0/+4
* Pacify gcc on ia64peter2002-07-172-0/+6
* Fix a reversed test.julian2002-07-171-7/+15
* Make sure the process state for the idle proc is set correctlyjulian2002-07-171-0/+1
* Preallocate a struct file as the first thing in falloc() before we lockjhb2002-07-171-16/+5
* Add a KASSERT() to assert that td_critnest is == 1 when mi_switch() isjhb2002-07-171-0/+2
* Allow alphas to do crashdumps: Refuse to run anything in choosethread()gallatin2002-07-174-9/+15
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-173-12/+32
* Change the name of st_createtime to st_birthtime. This change ismckusick2002-07-163-3/+3
* Fix a bazillion lint and WARNS warnings. One major fix is the removal ofmarkm2002-07-151-2/+2
* Use ISO 9X variadic macro format; arguments are not optional, justmarkm2002-07-151-1/+1
* o Introduce new m_getcl() interface routine that allocates an mbufbmilekic2002-07-152-140/+395
* Consistently use semicolons to terminate macro invocations. Cleanermarkm2002-07-151-1/+1
* Convert GNU-styled variadic macros to ISO(9x) style.markm2002-07-151-4/+4
* Use a semicolon at the end of a function-like macro invocation. Killsmarkm2002-07-151-1/+1
* Silence compiler warnings when DDB is not defined.mp2002-07-151-3/+7
* o Lock page queue accesses by vm_page_wire().alc2002-07-141-0/+6
* In execve(), delay the acquisition of Giant until after kmem_alloc_wait().alc2002-07-141-2/+2
* part of a greater patch set..julian2002-07-141-1/+1
* Thinking about it I came to the conclusion that the KSE states were incorrectlyjulian2002-07-148-161/+17
* oops, state cannot be two different values at once..julian2002-07-141-1/+1
* o Lock some page queue accesses, in particular, those by vm_page_unwire().alc2002-07-131-1/+6
* Remove incorrect comment about now corrected manpage.alfred2002-07-131-1/+0
* Lock accesses to the page queues.alc2002-07-131-0/+2
* o Lock accesses to the page queues.alc2002-07-131-0/+11
OpenPOWER on IntegriCloud