summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix locking race in ttymodem(). The locking of the proctree happens too latembr2006-09-101-2/+2
* Remove slightly oddly placed suser() call from the KTR/ALQ setup sysctl:rwatson2006-09-091-3/+0
* Use sysctl_handle_long() instead of duplicating it's logic forjhb2006-09-061-8/+4
* Remove call to fdfree() for the AIO daemons to prevent kernel panicsmp2006-09-061-6/+0
* Merge all code of do_lock_normal, do_lock_pi and do_lock_pp intodavidxu2006-09-051-120/+52
* Add 'show vnode <addr>' DDB command.pjd2006-09-041-2/+18
* Regenerate for updated audit event identifiers.rwatson2006-09-032-11/+11
* Assign proper audit event identifiers to a number of system calls notrwatson2006-09-031-9/+10
* Regenerate.rwatson2006-09-032-3/+3
* Use AUE_NTP_ADJTIME for ntp_adjtime() instead of AUE_ADJTIME.rwatson2006-09-031-1/+1
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-032-0/+44
* Check if it is root user in do_unlock_pp.davidxu2006-09-031-2/+4
* Make sure we get new m_owner value if we can not unlock it indavidxu2006-09-021-8/+12
* Audit the argv and env vectors passed in on exec:wsalamon2006-09-011-0/+9
* Reorder some statments. Fix typo and remove stale comments.davidxu2006-08-301-20/+16
* Update comments about interrupted mutex locking.davidxu2006-08-281-12/+5
* Regenerate.davidxu2006-08-283-5/+9
* This is initial version of POSIX priority mutex support, a new userlanddavidxu2006-08-283-191/+1717
* Fix another bug introduced with rev. 1.204; in vfs_donmount() ifmarius2006-08-261-2/+1
* The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" inssouhlal2006-08-261-1/+1
* Fix comment.pjd2006-08-251-1/+1
* Same as previous change, the user provided priority should be reverseddavidxu2006-08-251-2/+2
* Initialize kg_base_user_pri.davidxu2006-08-251-0/+1
* Add user priority loaning code to support priority propagation fordavidxu2006-08-254-8/+179
* Fix a bug introduced with rev. 1.204; in vfs_donmount() usemarius2006-08-241-5/+4
* POSIX requires that higher numerical values for the priority representdavidxu2006-08-231-39/+39
* Fix a signedness bug.cperciva2006-08-201-1/+1
* Fix a kernel panic based on receiving an ICMPv6 Packet too Big message.gnn2006-08-181-2/+2
* Grab two syscall numbers. One is used to emulate functionality that linuxpeter2006-08-161-0/+2
* Swap the names "sem_exithook" and "sem_exechook" in the previous commit tocperciva2006-08-161-4/+4
* Add a new 'show sleepchain' ddb command similar to 'show lockchain' exceptjhb2006-08-153-1/+149
* - When spinning on a spin lock, if the debugger is active or we are in ajhb2006-08-151-6/+12
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierjhb2006-08-152-3/+3
* Add a new set of macros <prefix>_AUE_<syscallname> to sysproto.h thatjhb2006-08-151-4/+9
* - Use NOSTD rather than NOIMPL for nfssvc() to match other syscallsjhb2006-08-151-1/+1
OpenPOWER on IntegriCloud