summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 1. Move code for scanning pending I/O from aio_fsync to aio_aqueue,davidxu2006-03-241-77/+51
* Regenerate.davidxu2006-03-232-2/+4
* Implement aio_fsync() syscall.davidxu2006-03-232-78/+245
* Destroy "bip" bio in error case.pjd2006-03-221-0/+1
* - Remove explicit giant acquires and replace it with VFS_LOCK_GIANT.jeff2006-03-221-5/+6
* - Remove explicit calls to lock and unlock Giant and replace them withjeff2006-03-212-166/+132
* Rethink it a bit, if there is a STOP flag, don't bother to resume otherdavidxu2006-03-211-0/+3
* Because JOB control has higher priority than single threading indavidxu2006-03-211-0/+1
* Remove unused leaked debug function prototype.tegge2006-03-211-1/+0
* Restore fd optimization with a few minor tweaks, to quote tegge:csjp2006-03-201-2/+5
* Let snapshots make a copy of old contents for all buffers taking part in ategge2006-03-191-5/+1
* Don't call vn_finished_write() if vn_start_write() failed.tegge2006-03-191-4/+6
* - Correct an assert in vop_rename_pre. fdvp may be locked if it is eitherjeff2006-03-191-1/+1
* Back out fd optimization introduced in revision 1.280 as it appears to becsjp2006-03-181-3/+1
* Modify UNIX domain sockets to guarantee, and assume, that so_pcb is alwaysrwatson2006-03-171-97/+36
* Correct two vm object reference leaks in error cases.alc2006-03-161-0/+2
* Change soabort() from returning int to returning void, since allrwatson2006-03-163-7/+5
* Fix a race between file operations and rfork(RFCFDG) by parkingdavidxu2006-03-151-0/+17
* promote fast ipsec's m_clone routine for public use; it is renamedsam2006-03-151-0/+153
* Disable the "cputick increased..." message now that the dust has settled.phk2006-03-151-1/+1
* Fix memory leak introduced in previous revision.netchild2006-03-151-3/+3
* As with socket consumer references (so_count), make sofree() returnrwatson2006-03-151-3/+3
* 1. Count last time slice, this intends to fixdavidxu2006-03-142-14/+18
* spell pdata correctly, we now will only dump maxlen of each mbuf in thejmg2006-03-141-1/+1
* The mount(8) manpage says: "In case of conflicting options beingru2006-03-131-56/+39
* Remove unused code.davidxu2006-03-131-24/+0
* Make sure that we are adding a path token to the audit record in open(2).csjp2006-03-111-2/+3
* Go over calcru and friends once more.phk2006-03-111-47/+48
* Block secondary writes while expunging active unlinked files.tegge2006-03-111-2/+3
* Implement printf 'X' conversion for both libstand and kernel.jkim2006-03-091-10/+13
* Oops, forgot newline.phk2006-03-091-1/+1
* Add slop to "backwards" cpu accounting messages, 3 usec or 1% whicheverphk2006-03-091-1/+5
* silence cpu_tick calibration and notice only (under bootverbose)phk2006-03-091-15/+8
* Ignore kenv strings which overflow the room we have, rather than pretendphk2006-03-091-1/+6
* Remove _STOPEVENT call, it is already called in issignal, simplifydavidxu2006-03-091-6/+1
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-083-6/+110
* Fix exec_map resource leaks.ups2006-03-081-10/+19
* Properly handle the case when the packet secondary zone can't allocateandre2006-03-081-2/+2
* Style nit.jhb2006-03-071-2/+1
* For consistency sake, use >= MINCLSIZE rather than > MINCLSIZE to determinejhb2006-03-071-1/+1
* Add missing cast.phk2006-03-041-1/+1
* More detailed logging if timestepwarnings are enabled.phk2006-03-041-5/+8
* use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensureps2006-03-042-8/+8
* Fix bug in malloc_uninit():ps2006-03-031-1/+3
* Don't truncate f_mntfromname & f_mntonname to 16 characters whenps2006-03-032-4/+4
* - Print message about cpufreq and timecounter TSCmnag2006-03-031-1/+8
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-021-0/+2
* Don't try to show marker nodes.tegge2006-03-021-1/+1
* Add signal set sq_kill to sigqueue structure, the member saves alldavidxu2006-03-021-3/+23
* Suffer a little bit of math every 16 second and tighten calibration ofphk2006-03-021-12/+24
OpenPOWER on IntegriCloud