| Commit message (Expand) | Author | Age | Files | Lines |
* | Add mutex for routing entries. | hsu | 2003-07-19 | 1 | -1/+8 |
* | Adjust for new telnet situation (single telnet source tree). | markm | 2003-07-19 | 1 | -3/+2 |
* | Revert to using yp_order() to probe for master.paswd.by* maps and | wpaul | 2003-07-18 | 1 | -7/+14 |
* | Fix a busdma bogon: | wpaul | 2003-07-18 | 1 | -3/+3 |
* | Fix a printf format warning I introduced. | phk | 2003-07-18 | 1 | -21/+19 |
* | Report the I/O base address in hex to be consistent with its | dds | 2003-07-18 | 1 | -1/+1 |
* | Remove a lock held across casuptr() that snuck in last commit. | mtm | 2003-07-18 | 1 | -2/+5 |
* | New release notes: top(1) -H, mount(8)/umount(8) filesystem ID support. | hrs | 2003-07-18 | 2 | -2/+20 |
* | Move the decision on whether to unset the contested | mtm | 2003-07-18 | 1 | -48/+40 |
* | When mount(8) is invoked with the `-v' flag, display the filesystem | iedowse | 2003-07-18 | 3 | -17/+54 |
* | Fix a number of occurences of calling uma_zalloc() with neither | harti | 2003-07-18 | 2 | -13/+13 |
* | Reference PR for IntelligentStick quirk entry. | thomas | 2003-07-18 | 1 | -1/+1 |
* | Prototype defttymode() instead of just declaring it. | yar | 2003-07-18 | 1 | -1/+1 |
* | Add a comment above rip_ctloutput() documenting that the privilege | rwatson | 2003-07-18 | 1 | -0/+10 |
* | When INVARIANTS is defined make sure that uma_zalloc_arg (and hence | harti | 2003-07-18 | 1 | -0/+20 |
* | Whitespace after keywords per style(9). | wollman | 2003-07-18 | 1 | -2/+2 |
* | When reporting an error internalizing an ACL string, print out the | rwatson | 2003-07-18 | 1 | -2/+2 |
* | Correct a couple of slips: add a missing article at one point | yar | 2003-07-18 | 2 | -4/+4 |
* | Clean up include files. | simokawa | 2003-07-18 | 6 | -23/+6 |
* | New release note: arp(8) -i. | yar | 2003-07-18 | 2 | -0/+12 |
* | Remove extern declaration of ps_showallprocs. The definition is already gone. | tjr | 2003-07-18 | 1 | -1/+0 |
* | Implement a new option: -i, which will allow to limit | yar | 2003-07-18 | 2 | -4/+33 |
* | Big fixup of the makefiles. Sort out the dependancies so that "make" | markm | 2003-07-18 | 26 | -675/+835 |
* | WLAN related fixes: | hmp | 2003-07-18 | 5 | -6/+14 |
* | Don't call print_pdu() when we are not debugging. This would result | harti | 2003-07-18 | 1 | -1/+2 |
* | If a proposed swap device exceeds the 8G artificial limit which out | phk | 2003-07-18 | 1 | -6/+6 |
* | Move the implementation of the vmspace_swap_count() (used only in | phk | 2003-07-18 | 3 | -64/+65 |
* | Add a new function swap_pager_status() which reports the total size of the | phk | 2003-07-18 | 4 | -18/+27 |
* | Merge swap_pager.c and vm_swap.c into swap_pager.c, the separation | phk | 2003-07-18 | 4 | -582/+504 |
* | Correct the device identifiers for the ProATM cards. | harti | 2003-07-18 | 1 | -2/+2 |
* | Since checkmntlist() and getmntentry() return a struct statfs that | iedowse | 2003-07-18 | 1 | -24/+17 |
* | Look for logs in the directory where we place the output. | des | 2003-07-18 | 1 | -8/+9 |
* | Fix taint bug in previous commit. | des | 2003-07-18 | 1 | -2/+4 |
* | Generate index.html in the same directory. | des | 2003-07-18 | 1 | -1/+3 |
* | Add some debug messages. | simokawa | 2003-07-18 | 1 | -4/+6 |
* | Cleanup thread accounting. Don't reset a threads timeslice | deischen | 2003-07-18 | 6 | -76/+54 |
* | Add a preemption point when a mutex or condition variable is | deischen | 2003-07-18 | 4 | -12/+36 |
* | Clean up KSE specific data (KSD) macros a bit. | deischen | 2003-07-18 | 1 | -29/+8 |
* | When the file system to unmount is specified by device name instead | iedowse | 2003-07-18 | 1 | -45/+7 |
* | Obey NOCRYPT | obrien | 2003-07-18 | 1 | -1/+4 |
* | Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modes | robert | 2003-07-18 | 1 | -0/+12 |
* | Changes to allow top to decide whether or not to show multiple threads per | julian | 2003-07-17 | 5 | -6/+27 |
* | To avoid a kernel panic provoked by a NULL pointer dereference, | robert | 2003-07-17 | 2 | -1/+8 |
* | Avoid exposing declarations for kernel variables to userland. | jake | 2003-07-17 | 1 | -0/+4 |
* | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | davidxu | 2003-07-17 | 32 | -790/+1204 |
* | Fix sigwait to conform to POSIX. | davidxu | 2003-07-17 | 1 | -67/+109 |
* | o Refine kse_thr_interrupt to allow it to handle different commands. | davidxu | 2003-07-17 | 10 | -134/+138 |
* | Correct six return statements which returned zero instead of | robert | 2003-07-17 | 1 | -9/+10 |
* | Make sure that SWP_NPAGES always has the same value in all source | phk | 2003-07-17 | 2 | -7/+5 |
* | Style(9) cleanup. There was no consistent style in this driver, and | markm | 2003-07-17 | 7 | -912/+830 |