| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove extranious memory barriers, and correct the placement of a few others. | Andrew Gallatin | 2002-10-30 | 2 | -22/+4 |
| * | Make the second serial port available for general use by default. | Andrew Gallatin | 2002-10-30 | 1 | -1/+0 |
| * | Check for errors and zero-length transfers in the ulpt_input() input | Ian Dowse | 2002-10-30 | 1 | -0/+6 |
| * | Try again to fix the KASSERT. | Robert Watson | 2002-10-30 | 1 | -1/+1 |
| * | Fix a KASSERT bug that showed up only in the LINT build, not the | Robert Watson | 2002-10-30 | 1 | -1/+1 |
| * | Minor comment typo fix. | Robert Watson | 2002-10-29 | 1 | -1/+1 |
| * | Hook up no-op stubs for reboot, swapon, sysctl entry points. | Robert Watson | 2002-10-29 | 2 | -0/+58 |
| * | Implement Biba policy entry points for mac_check_system_swapon() | Robert Watson | 2002-10-29 | 1 | -0/+59 |
| * | Require Biba privilege to relabel a network interface. | Robert Watson | 2002-10-29 | 1 | -0/+7 |
| * | Finally get around to committing Bill Paul's FEC netgraph nodes. | Julian Elischer | 2002-10-29 | 4 | -0/+1330 |
| * | Add a missing newline to the end of a device_printf(). | John Baldwin | 2002-10-29 | 1 | -1/+1 |
| * | Don't take out the rl_mtx lock in the attach routine. The only way | Warner Losh | 2002-10-29 | 1 | -19/+15 |
| * | Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers. | Bill Fenner | 2002-10-29 | 3 | -4/+19 |
| * | The syscall names are string constants, so make them consts. | David Malone | 2002-10-29 | 2 | -3/+3 |
| * | Lower a priority of "session drop" messages. | Maxim Konovalov | 2002-10-29 | 1 | -1/+1 |
| * | Duh. #ifdef CTASSERT so we don't break user-land software. | Poul-Henning Kamp | 2002-10-29 | 1 | -0/+2 |
| * | Fix winChkName() to match when the last slot contains nothing but the | Semen Ustimenko | 2002-10-29 | 1 | -1/+8 |
| * | Remove unnecessary <sys/malloc.h> include. | Semen Ustimenko | 2002-10-29 | 8 | -8/+0 |
| * | Put a CTASSERT on the size of struct sun_disklabel. | Poul-Henning Kamp | 2002-10-28 | 1 | -0/+2 |
| * | Add the remaning part of the new libdisk interaction. | Poul-Henning Kamp | 2002-10-28 | 5 | -2/+79 |
| * | Add support for the new libdisk interaction. | Poul-Henning Kamp | 2002-10-28 | 1 | -2/+15 |
| * | Trim extraneous #else and #endif MAC comments per style(9). | Robert Watson | 2002-10-28 | 2 | -9/+9 |
| * | Correct a typo in a previously commented include entry that was made | Robert Watson | 2002-10-28 | 1 | -1/+1 |
| * | Remove all reference to 'struct oldmac', since it's no longer required | Robert Watson | 2002-10-28 | 4 | -98/+63 |
| * | Add a return type for mac_biba_high_single(), apparently lost in an | Robert Watson | 2002-10-28 | 1 | -0/+1 |
| * | Rename mac_biba_subject_equal_ok() to mac_biba_subject_privileged() | Robert Watson | 2002-10-28 | 1 | -6/+6 |
| * | Zero the trusted_interface buffer before starting parsing. | Robert Watson | 2002-10-28 | 1 | -0/+6 |
| * | An inappropriate ASSERT slipped in during the recent merge of the | Robert Watson | 2002-10-28 | 9 | -18/+0 |
| * | Reduce namespace pollution to userland. | Scott Long | 2002-10-28 | 1 | -0/+2 |
| * | Fix a bug in the cherry-picker kkey generator routine. | Poul-Henning Kamp | 2002-10-28 | 1 | -0/+1 |
| * | Add more compatibility junk. | Poul-Henning Kamp | 2002-10-28 | 2 | -11/+34 |
| * | Close a race window in kse_create(): signal delivered after SIGPENDING call | David Xu | 2002-10-28 | 2 | -8/+4 |
| * | Handle hints for the atspeaker device. | Matthew N. Dodd | 2002-10-28 | 3 | -2/+52 |
| * | Remove mf.a from sapic_read() and sapic_write(). We only care | Marcel Moolenaar | 2002-10-28 | 1 | -3/+0 |
| * | Remove mf.a (the acceptance form of the memory fence instruction) | Marcel Moolenaar | 2002-10-28 | 1 | -12/+0 |
| * | Make vmstat -i work: | Marcel Moolenaar | 2002-10-28 | 4 | -54/+48 |
| * | Fix a case in kern_rename() where a vn_finished_write() call was | Ian Dowse | 2002-10-27 | 2 | -4/+4 |
| * | In ipi_send(), perform a mf instruction prior to initiating the IPI. | Marcel Moolenaar | 2002-10-27 | 1 | -1/+1 |
| * | Implement the new 1003.1-2001 pathconf() keys, including the Advisory | Garrett Wollman | 2002-10-27 | 1 | -11/+47 |
| * | Change the way support for asynchronous I/O is indicated to applications | Garrett Wollman | 2002-10-27 | 7 | -4/+44 |
| * | As promised, downgrade the #error into a #warning. | Garrett Wollman | 2002-10-27 | 1 | -1/+1 |
| * | Update limits and configuration parameters for 1003.1/TC1/D6. | Garrett Wollman | 2002-10-27 | 2 | -10/+14 |
| * | Don peril sensitive sun glasses and change the default system call vector | Jake Burkholder | 2002-10-27 | 2 | -4/+37 |
| * | Don't roll our own clean target, the default one | Maxime Henrion | 2002-10-27 | 1 | -5/+0 |
| * | Centrally manage enforcement of {reboot,swapon,sysctl} using the | Robert Watson | 2002-10-27 | 9 | -117/+81 |
| * | Fix a bunch of warnings on 64 bit platforms in the | Maxime Henrion | 2002-10-27 | 2 | -4/+5 |
| * | - Comment a line which sets CISS_DEBUG by default. | Maxime Henrion | 2002-10-27 | 1 | -1/+1 |
| * | Fix a warning when CISS_DEBUG is defined. | Maxime Henrion | 2002-10-27 | 1 | -1/+1 |
| * | Don't truncate on large disks. | Poul-Henning Kamp | 2002-10-27 | 1 | -1/+6 |
| * | Implement mac_check_system_sysctl(), a MAC Framework entry point to | Robert Watson | 2002-10-27 | 14 | -0/+277 |