summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Any call of tty_close() with a tty refcount of <= 1 is wrong and we willmbr2006-09-301-6/+9
* Free tty struct after last close. This should fix the pty-leak by numbers.mbr2006-09-291-1/+15
* Free tty struct after last close. This should fix the pty-leak by numbers.mbr2006-09-291-12/+17
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-273-11/+37
* Move Giant up even further since P_CONTROLT isn't really fully lockedmbr2006-09-271-1/+1
* Use ctty instead of just returning. ctty just has a simple open thatmbr2006-09-271-1/+1
* Reduce fluctuations of mnt_flag to allow unlocked readers to get ategge2006-09-261-6/+6
* Don't restore MNT_QUOTA bit in mnt_flag after a failed mount withtegge2006-09-261-1/+2
* Add mnt_noasync counter to better handle interleaved calls to nmount(),tegge2006-09-265-14/+34
* Don't restore mnt_kern_flag on failed MNT_UPDATE mount, it can racetegge2006-09-261-5/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-266-0/+37
* SI_ORDER_THIRD + 2, not SI_ORDER_FOURTH + 2.rwatson2006-09-261-1/+1
* Add "FreeBSD" trademark statement to copyright section of boot messages.rwatson2006-09-251-3/+4
* remove unnecessary NULL check...jmg2006-09-251-2/+1
* hide kqueue_register from public view, and replace it w/ kqfd_register...jmg2006-09-242-35/+36
* return EBADF instead of successfully attaching (and then panicing) whenjmg2006-09-241-1/+1
* add KTRACE hooks into kevent... This will help people debug their kqueuejmg2006-09-241-2/+38
* Protect enterpgrp() against another tty/proc race case until the tty locking ...mbr2006-09-231-0/+3
* Check for tp->t_refcnt == 0 before doing anything in tty_open().mbr2006-09-232-0/+18
* If /dev/tty gets opened after your controlling terminal has been revokedmbr2006-09-231-1/+5
* Fix a case where socket I/O atomicity is violated due to not droppingbms2006-09-221-1/+16
* Add compatible code to let 32bit libthr work on 64bit kernel.davidxu2006-09-221-25/+64
* Fix umtx command order error for freebsd 32bit.davidxu2006-09-221-1/+1
* Add umtx support for 32bit process on AMD64 machine.davidxu2006-09-221-82/+440
* Back out rev. 1.258. The real race cause has been fixedmbr2006-09-211-2/+2
* atomic_fetchadd_int is used by mb_free_ext(), but itrrs2006-09-211-1/+1
* Regenerate.davidxu2006-09-213-31/+11
* Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparamdavidxu2006-09-213-207/+120
* Remove MAC_DEBUG + MPRINTF debugging from System V IPC. This no longerrwatson2006-09-203-73/+16
* Remove MAC_DEBUG label counters, which were used to debug leaks andrwatson2006-09-201-11/+0
* There is no need to set 'sp' to NULL anymore.pjd2006-09-202-2/+0
* Copy stat information from mount structure before it can change identity.tegge2006-09-202-4/+4
* Don't try to obtain a reference to a nonexisting (NULL) mount structure integge2006-09-201-4/+6
* Fix races between tty.c and sessrele() / doenterpgrp() / leavepgrp(). The ttymbr2006-09-191-0/+6
* Fix the bug in rev. 1.232. If vfs_suser returned false, coveredvp shall bekib2006-09-191-1/+2
* Fix the race while waiting for coveredvp lock during unmount. The vnode maykib2006-09-181-12/+26
* Declare security and security.bsd sysctl hierarchies in sysctl.h alongrwatson2006-09-175-10/+1
* Remove VLAN mtag UMA zones and initialize ether_vtag and tso_segsz packetandre2006-09-171-25/+4
* Regenerate.rwatson2006-09-172-3/+3
* AUE_SIGALTSTACK instead of AUE_SIGPENDING for sigaltstack().rwatson2006-09-171-1/+1
* Expore kern.acct_configured, a sysctl that reflects the configured/rwatson2006-09-171-0/+7
* Fix for a potential bug caught by Coverity. Pointed out to me by Kris Kennaway.mohans2006-09-141-1/+2
* Fixes up the handling of shared vnode lock lookups in the NFS client,mohans2006-09-131-7/+23
* Introduce a spinlock for synchronizing access to the video output hardwarescottl2006-09-131-0/+1
* Back out one of the Giant removals from revision 1.272. Giant was not here tocsjp2006-09-131-2/+2
* Fix a lock leak in an error case.pjd2006-09-131-1/+1
* - Revert making bus_generic_add_child() the default for BUS_ADD_CHILD().jhb2006-09-111-1/+1
* Add a default method for BUS_ADD_CHILD() that just callsjhb2006-09-112-1/+8
* - Fix rman_manage_region() to be a lot more intelligent. It now checksjhb2006-09-111-3/+41
* New sockets created by incoming connections into listen sockets shouldandre2006-09-101-1/+4
OpenPOWER on IntegriCloud