| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Move towards more explicit support for various network protocol stacks | rwatson | 2007-10-28 | 17 | -87/+421 |
* | | Perform explicit label type checks for externalize entry points, rather than | rwatson | 2007-10-28 | 1 | -10/+70 |
* | | Actually the keyword tells network.subr to launch wpa_supplicant on the | miwi | 2007-10-28 | 1 | -2/+4 |
* | | Correct, add or improve attributions for, and add to quotations from | dougb | 2007-10-28 | 1 | -9/+19 |
* | | When skipping input data, don't overflow a 32-bit size_t. | kientzle | 2007-10-27 | 1 | -1/+1 |
* | | Micro-optimization of prev. commit, change | ache | 2007-10-27 | 1 | -1/+1 |
* | | Make sure we are incrementing the read count for each audit pipe read. | csjp | 2007-10-27 | 1 | -0/+1 |
* | | Don't return an error from resume() if execution of _DIS fails for some | jhb | 2007-10-27 | 1 | -3/+4 |
* | | Change the roundrobin implementation in the 4BSD scheduler to trigger a | jhb | 2007-10-27 | 1 | -29/+8 |
* | | o Fix indentation. No functional changes. | maxim | 2007-10-27 | 1 | -10/+10 |
* | | Make the examine command honor db_pager_quit so you can use 'q' or 'x' | jhb | 2007-10-27 | 1 | -1/+1 |
* | | Add a comment explaining why disc(4) bears the IFF_LOOPBACK flag. | yar | 2007-10-27 | 1 | -0/+10 |
* | | Allow the shell used by make(1) to be changed early via the | yar | 2007-10-27 | 1 | -0/+5 |
* | | if_loop doesn't need to keep the list of lo(4) interfaces. Today | yar | 2007-10-27 | 1 | -12/+0 |
* | | Add some essential tools to rescue(8) in order to make it | yar | 2007-10-27 | 1 | -1/+10 |
* | | Add the following mount options to the nfs_opts array: | rodrigc | 2007-10-27 | 1 | -1/+4 |
* | | Include <stdlib.h> for the right prototype for exit(3). | yar | 2007-10-27 | 1 | -0/+1 |
* | | Remove duplicate "union" from ext2_opts. | rodrigc | 2007-10-27 | 1 | -1/+1 |
* | | Set the program name if the crunched program is selected through | yar | 2007-10-27 | 1 | -0/+5 |
* | | In nmount(), if MNT_ROOT is in the mount flags, filter it | rodrigc | 2007-10-27 | 1 | -4/+13 |
* | | fix build | sam | 2007-10-27 | 1 | -0/+1 |
* | | Don't destroy an ACPI device_t for a PCI device and reassign the ACPI | jhb | 2007-10-27 | 1 | -2/+13 |
* | | Don't test the APIC flag in the cpuid features for amd64 to see if a | jhb | 2007-10-27 | 1 | -4/+0 |
* | | Missed in the previous commit to this file: | jhb | 2007-10-27 | 1 | -0/+3 |
* | | Don't always re-route IRQs on resume. If this link hasn't been used, then | jhb | 2007-10-27 | 1 | -1/+16 |
* | | Bump up the limit for when to print the resources for a given resource | jhb | 2007-10-27 | 1 | -1/+1 |
* | | Use the correct variable to check for a malloc failing. This fixes a | simon | 2007-10-27 | 1 | -1/+1 |
* | | Give each posixsem MAC Framework entry point its own counter and test case | rwatson | 2007-10-27 | 1 | -9/+74 |
* | | Small improvement for __isctype(): don't use __mb_sb_limit but | ache | 2007-10-27 | 1 | -1/+1 |
* | | Add support for the pre-exisiting module shutdoen handshake. | julian | 2007-10-27 | 1 | -7/+6 |
* | | rename the process to 'idle' and 'intr' as per jhb. | julian | 2007-10-27 | 2 | -4/+4 |
* | | Initialise the initial process pointer to NULL so that we know we don't | julian | 2007-10-27 | 1 | -1/+1 |
* | | Change vm_page_cache_transfer() such that it does not transfer pages | alc | 2007-10-27 | 1 | -10/+20 |
* | | If kthread_exit() is called on the last kthread in a kproc, then | julian | 2007-10-26 | 1 | -0/+6 |
* | | if one changes a function's arguments, one must also change the callers. | julian | 2007-10-26 | 1 | -2/+2 |
* | | Update comment following MAC Framework entry point renaming and | rwatson | 2007-10-26 | 1 | -1/+6 |
* | | Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE is | jhb | 2007-10-26 | 4 | -4/+5 |
* | | Remap and virtualize mixer controls for HP nx6110 with | ariff | 2007-10-26 | 1 | -2/+26 |
* | | Enable headphone jack-sense for HP nx6100 with AD1981B AC'97 codec, | ariff | 2007-10-26 | 1 | -0/+1 |
* | | oops, over optimised and broke non-SMP builds | julian | 2007-10-26 | 1 | -1/+3 |
* | | - Add myself as a new doc/www committer. | miwi | 2007-10-26 | 1 | -0/+1 |
* | | kthread_exit needs no stinkin argument. | julian | 2007-10-26 | 2 | -3/+6 |
* | | Doc police fixes | julian | 2007-10-26 | 3 | -64/+97 |
* | | style(9) | obrien | 2007-10-26 | 1 | -11/+13 |
* | | Document the '-P pidfile' command line argument. | simon | 2007-10-26 | 1 | -1/+5 |
* | | Add . to the include path so that we follow the 'machine' symlink we create | jhb | 2007-10-26 | 1 | -1/+1 |
* | | Aparrently MACXOCOMLEN exisrts only on my machine | julian | 2007-10-26 | 1 | -1/+1 |
* | | The arm boot code uses this function as well. Redefining cgbase() | imp | 2007-10-26 | 1 | -1/+1 |
* | | Forced commit: | jkois | 2007-10-26 | 0 | -0/+0 |
* | | Fill in my data: | jkois | 2007-10-26 | 1 | -0/+7 |