aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add missing comment terminator.Kris Kennaway2004-04-021-1/+1
* The comment complained about not having a thread_unlink()Julian Elischer2004-04-021-5/+2
* Finish fixing up Alpha to work with an MP safe ptrace():John Baldwin2004-04-011-8/+8
* Don't print out 'GIANT-LOCKED' for INTR_FAST drivers.Scott Long2004-04-011-1/+1
* Remove sysctl kern.ps_argsopen, it is not very useful, one should usePawel Jakub Dawidek2004-04-011-3/+0
* Remove ps_argsopen check. It is was bogus in the past and was correctedPawel Jakub Dawidek2004-04-011-5/+0
* Remove unused variable.Julian Elischer2004-03-311-2/+0
* In sofree(), avoid nested declaration and initialization inRobert Watson2004-03-311-1/+2
* Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(),Robert Watson2004-03-311-2/+3
* White space and wording changes to init_param3().Alan Cox2004-03-301-5/+3
* Prefer NULL to 0 when testing and assigning pointer values.Robert Watson2004-03-301-56/+57
* Shorten some XXXKSE commentryPeter Wemm2004-03-291-4/+2
* Kill some XXXKSE's. vnlru/syncer are single threaded.Peter Wemm2004-03-291-3/+2
* Clean up the stub fake vnode locking implemenations. The main reason thisPeter Wemm2004-03-291-160/+0
* Use a common return path for filt_soread() and filt_sowrite() toRobert Watson2004-03-291-16/+20
* In sofree(), moving caching of 'head' from 'so->so_head' to later inRobert Watson2004-03-291-2/+2
* If debug.mpsafenet, initialize UNIX domain socket timeouts as MPSAFE;Robert Watson2004-03-291-2/+11
* Conditionally acquire Giant when entering the sockets layer via theRobert Watson2004-03-291-31/+31
* Conditionally acquire Giant when entering the socket layer via fileRobert Watson2004-03-291-6/+6
* When validating that the length sum in recvit(), we fail to releaseRobert Watson2004-03-291-0/+1
* Conditionally assert Giant in fputsock() based on the value ofRobert Watson2004-03-291-0/+1
* Revise the direct or optimized case to use uiomove_fromphys() by the readerAlan Cox2004-03-272-66/+19
* Change the type of the various CPU masks to cpumask_t. Note that asMarcel Moolenaar2004-03-272-11/+11
* Regen for libthr thread synchronization syscalls.Mike Makonnen2004-03-272-2/+6
* Use the proc lock to sleep on a libthr umtx.Mike Makonnen2004-03-271-2/+6
* Separate thread synchronization from signals in libthr. InsteadMike Makonnen2004-03-272-0/+63
* - Add a description for vfs.usermount sysctl.Pawel Jakub Dawidek2004-03-271-58/+54
* - Loudly disallow MNT_SUIDDIR mount flag for unprivileged users mounts.Pawel Jakub Dawidek2004-03-271-8/+7
* We probably shouldn't allow users to mount file systems with MNT_SUIDDIR.Pawel Jakub Dawidek2004-03-261-2/+4
* Use uiomove_fromphys() instead of pmap_qenter() and pmap_qremove() inAlan Cox2004-03-241-9/+1
* Conform to local file sytle and prefer (a && (b & flag)).Warner Losh2004-03-241-1/+1
* Change the !MPSAFE boot string to something that doesn't potentiallyDavid E. O'Brien2004-03-231-1/+1
* Emit a traceback when witness_trace is set and witness_warn() isAlfred Perlstein2004-03-231-0/+2
* Rather than display which interrupts are MPSAFE, display those that aren't.David E. O'Brien2004-03-221-1/+3
* Remove some netbsd debug code that crept into rev 1.116Paul Saab2004-03-222-8/+0
* Give a more reasonable CPU time to the threads which are using schedulerDavid E. O'Brien2004-03-211-6/+3
* Massively up the (artificial) limit on system scope threadsJulian Elischer2004-03-212-4/+4
* Add the missing Giant when doing anything with VFS -- in this case,Brian Feldman2004-03-181-1/+4
* Verify more bits of the ELF header: the program header tableJacques Vidrine2004-03-181-6/+6
* Revise socow_iodone() in light of recent sf_buf changes. Specifically,Alan Cox2004-03-171-5/+9
* - Replace wait1() with a kern_wait() function that accepts the pid,John Baldwin2004-03-171-80/+41
* Fix information leakage.Pawel Jakub Dawidek2004-03-171-1/+6
* Adjust the number of processes waiting on a semaphore properly if we'reColin Percival2004-03-171-6/+12
* Refactor the existing machine-dependent sf_buf_free() into a machine-Alan Cox2004-03-162-3/+25
* Remove a bogus assertion and readd it in a more correct location. A threadJohn Baldwin2004-03-161-1/+1
* Add powerpc to temporary fix. The new cpu device claims allPeter Grehan2004-03-161-2/+2
* Nudge Giant as far as I can into kern_open(). Mark open() as MPSAFE.David Malone2004-03-164-23/+27
* Get ready to mark open, creat and nosys as MPSAFE.David Malone2004-03-161-3/+3
* Make vfs_nmount() public. The Linux emulator needs this in order to mountTim J. Robbins2004-03-161-2/+1
* Rename the wiredlen member of struct sysctl_req to validlen and alwaysDon Lewis2004-03-161-14/+16