aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-0793-377/+0
* Introduce a callout_drain() function. This acts in the same manner asColin Percival2004-04-061-0/+3
* Associate a simple count of waiters with each condition variable. TheJohn Baldwin2004-04-061-1/+5
* Sort function prototypes.John Baldwin2004-04-061-3/+3
* Rename turnstile_wakeup() to turnstile_broadcast() to make the namingJohn Baldwin2004-04-061-3/+3
* Oops, fixed insertion sort error in the fix for an insertion sort error.Bruce Evans2004-04-061-9/+8
* Fixed unsorting of prototypes in previous commit and 1.134.Bruce Evans2004-04-061-2/+2
* Regen.Doug Rabson2004-04-054-3/+11
* Assign thread IDs to kernel threads. The purpose of the thread ID (tid)Marcel Moolenaar2004-04-031-0/+2
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, itAlan Cox2004-04-031-1/+1
* Remove sysctl kern.ps_argsopen, it is not very useful, one should usePawel Jakub Dawidek2004-04-011-1/+0
* Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(),Robert Watson2004-03-311-1/+1
* Clean up the stub fake vnode locking implemenations. The main reason thisPeter Wemm2004-03-291-4/+0
* This commit was generated by cvs2svn to compensate for changes in r127563,Dag-Erling Smørgrav2004-03-291-5/+5
|\
| * Synch with NetBSD: avoid "unused parameter" warning.Dag-Erling Smørgrav2004-03-291-5/+5
* | Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it.Robert Watson2004-03-281-3/+3
* | Fixed s style bug in previous commit (tab lossage). Fixed some nearbyBruce Evans2004-03-281-5/+6
* | Revise the direct or optimized case to use uiomove_fromphys() by the readerAlan Cox2004-03-271-2/+0
* | Change the type of the various CPU masks to cpumask_t. Note that asMarcel Moolenaar2004-03-272-8/+8
* | Regen for libthr thread synchronization syscalls.Mike Makonnen2004-03-273-5/+17
* | Separate thread synchronization from signals in libthr. InsteadMike Makonnen2004-03-272-0/+3
* | Bump FreeBSD version for UTF-8 locale addition. This is primarily forTim J. Robbins2004-03-271-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r127403,Dag-Erling Smørgrav2004-03-251-22/+26
|\|
| * Import the original directly from NetBSD instead of via OpenBSD.Dag-Erling Smørgrav2004-03-251-22/+26
* | Bump FreeBSD version to indicate new bus_alloc_resource_any API.Nate Lawson2004-03-221-1/+1
* | Introduce the cpumask_t type. The purpose of the type is to create aMarcel Moolenaar2004-03-201-0/+1
* | Introduce uiomove_fromphys(). This is a variant of uiomove() that takesAlan Cox2004-03-201-0/+3
* | This commit was generated by cvs2svn to compensate for changes in r127208,Dag-Erling Smørgrav2004-03-191-3/+5
|\|
| * Sync with OpenBSD (two-year old bug fix)Dag-Erling Smørgrav2004-03-191-3/+5
* | - Replace wait1() with a kern_wait() function that accepts the pid,John Baldwin2004-03-171-1/+5
* | Add bus_alloc_resource_any(9), which does bus_alloc_resource() with theNate Lawson2004-03-171-0/+6
* | Refactor the existing machine-dependent sf_buf_free() into a machine-Alan Cox2004-03-161-1/+2
* | Nudge Giant as far as I can into kern_open(). Mark open() as MPSAFE.David Malone2004-03-163-3/+3
* | Make vfs_nmount() public. The Linux emulator needs this in order to mountTim J. Robbins2004-03-161-0/+1
* | Rename the wiredlen member of struct sysctl_req to validlen and alwaysDon Lewis2004-03-161-1/+1
* | Regen for ptrace being safe again.John Baldwin2004-03-153-3/+3
* | Move GID/UID_MAX under __BSD_VISIBLE protection.Max Laier2004-03-151-3/+3
* | Add SATA support fieldsSøren Schmidt2004-03-151-4/+14
* | Make the process_exit eventhandler run without Giant. Add Giant hooksPeter Wemm2004-03-141-2/+2
* | Move the process_fork event out from under Giant. This one is easy,Peter Wemm2004-03-141-1/+5
* | Define AF_ARP/PF_ARP.Matthew N. Dodd2004-03-141-1/+3
* | Regen for mpsafe kse_create()Peter Wemm2004-03-133-3/+3
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-128-32/+43
* | - Remove old sleep queues.John Baldwin2004-03-121-1/+1
* | Fix copy&paste-o.Poul-Henning Kamp2004-03-121-1/+1
* | When I was a kid my work table was one cluttered mess an cleaning it upPoul-Henning Kamp2004-03-111-0/+10
* | Properly vector all bwrite() and BUF_WRITE() calls through the same pathPoul-Henning Kamp2004-03-111-2/+0
* | Remove unused mnt_reservedvnlist field.Poul-Henning Kamp2004-03-111-7/+0
* | Remove unused second arg to vfinddev().Poul-Henning Kamp2004-03-111-1/+1
* | Add clone_setup() function rather than rely on lazy initialization.Poul-Henning Kamp2004-03-112-0/+2