| Commit message (Expand) | Author | Age | Files | Lines |
* | Link pf to the build and install: | mlaier | 2004-03-08 | 13 | -3/+681 |
* | Mark loadaverage callout as CALLOUT_MPSAFE. | rwatson | 2004-03-08 | 1 | -1/+1 |
* | Add two new sysctls: | pjd | 2004-03-08 | 2 | -4/+92 |
* | Shift file locking to source file instead of temp file. This fixes | kensmith | 2004-03-08 | 2 | -8/+5 |
* | Add a check for wtmp records which have invalid values for ut_time. Wtmp | gad | 2004-03-08 | 1 | -12/+64 |
* | Compile 'ac' with DEBUG when arch==sparc64. | gad | 2004-03-08 | 1 | -0/+5 |
* | Add a debug-statement from NetBSD, and then rework all debug-statements | gad | 2004-03-08 | 1 | -9/+82 |
* | Remove a.out at the end of 'make test' | ache | 2004-03-08 | 1 | -1/+1 |
* | String the consumers into the list of the provider they are attached to. | phk | 2004-03-08 | 1 | -1/+5 |
* | Fix two instances of improper NULL/0 use idetified by the changes lately. | mlaier | 2004-03-08 | 2 | -2/+2 |
* | Update pmap_pinit(9) to reflect pmap_pinit2() removal by alc. | bms | 2004-03-08 | 1 | -21/+1 |
* | Manual page for the ng_atmllc node type. | benno | 2004-03-08 | 2 | -0/+94 |
* | Mark scripts as not usable inside a jail by adding keyword 'nojail'. | pjd | 2004-03-08 | 84 | -84/+84 |
* | Fix skipping scripts with given keywords. | pjd | 2004-03-08 | 1 | -3/+3 |
* | Add a netgraph node to handle ATM LLC encapsulation. This currently handles | benno | 2004-03-08 | 6 | -0/+332 |
* | To comply with the spec, do not copy the TOS from the outer IP | hsu | 2004-03-08 | 1 | -6/+6 |
* | Include <sys/types.h> for autoconf/automake detection. | hsu | 2004-03-08 | 1 | -0/+2 |
* | Implement a work around for the deadlock avoidance case in | alc | 2004-03-08 | 1 | -0/+7 |
* | Add back Giant locks around kmem_free() call from user_ldt cleanup path | peter | 2004-03-08 | 1 | -0/+2 |
* | Move a vref call outside of proc locks and Giant. By virtue of the fact | peter | 2004-03-08 | 1 | -5/+4 |
* | Other parts of the tree do not protect calls to kmem_free() with Giant, | peter | 2004-03-08 | 1 | -2/+0 |
* | Stop depending on #include pollution from cpufunc.h | peter | 2004-03-08 | 1 | -0/+1 |
* | MFi386: re-sort non-gcc function prototypes, trim includes | peter | 2004-03-08 | 1 | -44/+30 |
* | MFi386: curpcb is no longer null anymore, so do not test for it. | peter | 2004-03-08 | 1 | -3/+1 |
* | MFi386: set initial curpcb pcpu variable at startup time rather than | peter | 2004-03-08 | 1 | -0/+1 |
* | MFi386: wait for local apic to become free before using it | peter | 2004-03-08 | 1 | -4/+2 |
* | Implemented the "getifindex" control message. | ru | 2004-03-07 | 2 | -0/+17 |
* | Make it possible for the %[eEfgG] formats to not result in an error | cperciva | 2004-03-07 | 1 | -1/+1 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 11 | -79/+0 |
* | Rearrange (centralize) initialization of mallocs internals to always be | phk | 2004-03-07 | 1 | -19/+13 |
* | Don't panic on providers already withered when we wither a geom. | phk | 2004-03-07 | 1 | -1/+2 |
* | Use one bus_dma_tag_t for all pSRB instead of creating one for each. | cognet | 2004-03-07 | 2 | -25/+50 |
* | Add final version of BSD/OS, BSD/OS 5.1 ISE. | wosch | 2004-03-07 | 1 | -10/+11 |
* | Convert from timeout to callout API. | kan | 2004-03-07 | 3 | -4/+5 |
* | Convert from timeout to callout API. | kan | 2004-03-07 | 1 | -4/+4 |
* | Add manpages for the gctl API. | phk | 2004-03-07 | 2 | -4/+118 |
* | Document kernel functions securelevel_gt and securelevel_ge. | josef | 2004-03-07 | 2 | -0/+73 |
* | Restore CDIOCREADAUDIO ioctl. | nyan | 2004-03-07 | 1 | -0/+9 |
* | In the case where /etc/rc.d/ is empty, do not bogusly ask the user if | dougb | 2004-03-07 | 1 | -1/+1 |
* | Integrate the code from pmap_pinit2() into pmap_pinit(), leaving | alc | 2004-03-07 | 1 | -5/+1 |
* | Remove unused declarations. (Some time ago, these variables became fields | alc | 2004-03-07 | 4 | -8/+0 |
* | Mark uma_callout as CALLOUT_MPSAFE, as uma_timeout can run MPSAFE. | rwatson | 2004-03-07 | 1 | -1/+1 |
* | Remove '#include <machine/bus_pio.h>'. This is meaningless. | nyan | 2004-03-07 | 2 | -2/+0 |
* | Remove unneeded devices. | nyan | 2004-03-07 | 2 | -115/+0 |
* | Sync to 1.166 of usbdevs | sanpei | 2004-03-07 | 2 | -2/+16 |
* | Add support 2 devices(USB-DVD-R drives) | sanpei | 2004-03-07 | 2 | -0/+10 |
* | Const-poison ip_stf_ttl to make it clear that the variable is not | rwatson | 2004-03-07 | 1 | -1/+1 |
* | MFi386: revisions from 1.1127 to 1.1131. | nyan | 2004-03-07 | 1 | -16/+15 |
* | Add the agp, bfe, sk and ti devices. (the agp is disabled by default). | nyan | 2004-03-07 | 1 | -3/+6 |
* | Add preliminary support for PCMCIA devices in addition to PCI/cardbus. | wpaul | 2004-03-07 | 9 | -280/+809 |