| Commit message (Expand) | Author | Age | Files | Lines |
* | My attempts at minimizing the number of #def's got me in trouble. | obrien | 2001-10-18 | 1 | -5/+5 |
* | Add experimental support for sending keypad facility messages. | hm | 2001-10-18 | 2 | -7/+20 |
* | Add support for "__gnuc_va_list". Some overly "smart" libraries assume | obrien | 2001-10-18 | 1 | -0/+8 |
* | Minor comment tweaking. | obrien | 2001-10-17 | 1 | -4/+4 |
* | Back out previous revision. TCBHASHSIZE isn't an option, despite what I'd | des | 2001-10-17 | 1 | -5/+0 |
* | Make SCSI changer and SES devices standard in generic kernels. | mjacob | 2001-10-16 | 1 | -0/+2 |
* | Document TCBHASHSIZE. | des | 2001-10-16 | 1 | -0/+5 |
* | Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe(). | bde | 2001-10-16 | 1 | -127/+49 |
* | Commit my old fixes for cosmetic bugs in npxprobe() so that they aren't | bde | 2001-10-16 | 1 | -13/+8 |
* | Implement linux_chown and linux_lchown. The fchown syscall maps | marcel | 2001-10-16 | 4 | -20/+10 |
* | o Change prototype of linux_lchown and linux_chown so that the | marcel | 2001-10-16 | 1 | -6/+5 |
* | Explicitly initialize the fpu when SSE is enabled since this no | tegge | 2001-10-15 | 1 | -0/+5 |
* | In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux | des | 2001-10-15 | 1 | -1/+1 |
* | Change vmapbuf() to use pmap_qenter() and vunmapbuf() to use pmap_qremove(). | tegge | 2001-10-14 | 1 | -15/+24 |
* | Reduce the number of TLB shootdowns caused by a call to pmap_qenter() | tegge | 2001-10-14 | 1 | -4/+18 |
* | Correct the input/output/clobber specifications for the cpuid | jdp | 2001-10-12 | 1 | -8/+3 |
* | Oops, these already included sys/lock.h, they just did so after | jhb | 2001-10-11 | 3 | -3/+0 |
* | Add missing includes of sys/ktr.h. | jhb | 2001-10-11 | 3 | -0/+3 |
* | Add missing includes of sys/lock.h. | jhb | 2001-10-11 | 4 | -0/+4 |
* | Documentation nitpick. IPFIREWALL_VERBOSE logging really has nothing | cjc | 2001-10-11 | 1 | -2/+1 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 2 | -2/+2 |
* | Remove the Xresume* labels from the i386 interrupt handlers; the | iedowse | 2001-10-09 | 5 | -7/+2 |
* | Remove an unneeded variable declaration and statement. | robert | 2001-10-09 | 2 | -4/+0 |
* | Note that this driver is soon to be deprecated and removed from FreeBSD. | mjacob | 2001-10-09 | 1 | -0/+4 |
* | Don't attempt to initialize the pcaudio device on open. The attach routine | jhb | 2001-10-08 | 1 | -6/+0 |
* | Allow atomic ops to be somewhat safely used in userland. We always use | jhb | 2001-10-08 | 1 | -3/+7 |
* | Dissociate ptrace from procfs. | des | 2001-10-07 | 1 | -1/+0 |
* | Export interrupt statistics via sysctl. | luigi | 2001-10-07 | 2 | -0/+12 |
* | Mention that ed requires miibus. | iedowse | 2001-10-07 | 1 | -0/+1 |
* | Rewrite the pc98 bus_space stuff. | nyan | 2001-10-07 | 6 | -1372/+391 |
* | - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h. | nyan | 2001-10-06 | 4 | -1374/+4 |
* | Fix a warning. (unused p if not INVARIANTS) | peter | 2001-10-06 | 1 | -2/+1 |
* | Add nmdm driver. | mp | 2001-10-04 | 1 | -0/+3 |
* | Comment out RESTARTABLE_PANICS so that it is not defined in LINT. It | jhb | 2001-10-04 | 1 | -1/+1 |
* | Fixed a missing proc -> thread substitution. | bde | 2001-10-03 | 1 | -1/+3 |
* | Fix problem where a user buffer outside of the area being tested | mjacob | 2001-10-02 | 1 | -1/+1 |
* | Add an option ED_NO_MIIBUS, which causes the `ed' driver to be | iedowse | 2001-09-29 | 1 | -0/+1 |
* | Regen: Stop using linux_getpgid(). Use the native getpgid() | marcel | 2001-09-28 | 3 | -9/+5 |
* | Stop using linux_getpgid(). The implementation at this time is | marcel | 2001-09-28 | 1 | -1/+1 |
* | Add device driver support for the Broadcom BCM570x family of gigabit | wpaul | 2001-09-27 | 1 | -0/+6 |
* | Add the new ng_gif, ng_gif_demux, and ng_ip_input nodes to NOTES so they | brooks | 2001-09-27 | 1 | -0/+3 |
* | Disable the check in icu_setup() to see if a handler was already used as | jhb | 2001-09-27 | 2 | -0/+4 |
* | Update a comment to reflect the param.c -> subr_param.c move. | murray | 2001-09-27 | 1 | -1/+1 |
* | Return EINVAL if the passed intr is out of bounds. | jlemon | 2001-09-27 | 2 | -0/+2 |
* | The number of ccd(4) devices is no longer set at compile time so stop | brooks | 2001-09-26 | 1 | -1/+1 |
* | Call securelevel_gt with a credential. Also, s/p/td->td_proc/. | brooks | 2001-09-26 | 1 | -2/+2 |
* | o Modify access control checks in linux_iopl() to use securelevel_gt() | rwatson | 2001-09-26 | 1 | -2/+2 |
* | o Modify pcvt ioctl() security checks to use securelevel_gt() instead | rwatson | 2001-09-26 | 1 | -2/+3 |
* | o Modify spigot_open() to use securelevel_gt() instead of direct | rwatson | 2001-09-26 | 1 | -4/+6 |
* | o Modify i386_set_ioperm() to use securelevel_gt() instead of | rwatson | 2001-09-26 | 1 | -2/+2 |