| Commit message (Expand) | Author | Age | Files | Lines |
* | While make has been fixed to grok this construct, the new make hasn't | imp | 2003-10-03 | 1 | -2/+2 |
* | Default ntpd to write a "driftfile" in /var/db/ntpd.drift. | phk | 2003-10-03 | 1 | -1/+2 |
* | Make the -q option DTRT in the compat mode. | ru | 2003-10-03 | 2 | -1/+2 |
* | remove unused variable | sam | 2003-10-03 | 1 | -2/+0 |
* | remove unneeded include of route.h | sam | 2003-10-03 | 1 | -0/+1 |
* | remove include of route.h now that ip_dummynet.h no longer exposes | sam | 2003-10-03 | 1 | -1/+0 |
* | place some kernel-specific data structures under #ifdef _KERNEL | sam | 2003-10-03 | 1 | -0/+2 |
* | Removed the ancient .LIBS setting that causes non-existent | ru | 2003-10-03 | 1 | -2/+0 |
* | Fix typo. | phk | 2003-10-03 | 4 | -4/+4 |
* | Make PAGE_SIZE and related quantities signed on sparc64. (They are signed | alc | 2003-10-03 | 1 | -4/+4 |
* | Only install .k5login if people have not set NO_KERBEROS. | phk | 2003-10-03 | 1 | -2/+5 |
* | Style fixes: shell script indentation, if/then style, plus a lot | dds | 2003-10-03 | 1 | -88/+83 |
* | Create a driver that will compile without warnings on -CURRENT | dds | 2003-10-03 | 1 | -18/+21 |
* | More checking if kenv actually know something. | phk | 2003-10-03 | 4 | -8/+16 |
* | Fixed the "To build a kernel" section to mention -DALWAYS_CHECK_MAKE | ru | 2003-10-03 | 1 | -2/+2 |
* | When direct dispatching an netisr (net.isr.enable=1), if there are already | rwatson | 2003-10-03 | 1 | -13/+21 |
* | trivial locking rtsock_cb | sam | 2003-10-03 | 1 | -0/+11 |
* | In case we have no /etc/resolv.conf, don't try to make it out of | phk | 2003-10-03 | 4 | -4/+4 |
* | cleanups prior to adding locking (and in some cases to eliminate locking): | sam | 2003-10-03 | 3 | -177/+169 |
* | Shorten 'bad gateway' AF_LINK message. | bms | 2003-10-03 | 1 | -1/+1 |
* | Make arp_rtrequest()'s 'bad gateway' messages slightly more informative, | bms | 2003-10-03 | 1 | -1/+4 |
* | Export PARALLEL_PACAKGE_BUILD to the environment as well to catch more | marcus | 2003-10-03 | 1 | -0/+1 |
* | New release notes: LIBICONV, CD9660_ICONV/MSDOSFS_ICONV/NTFS/ICONV, | bmah | 2003-10-03 | 2 | -2/+62 |
* | New release note: OpenSSL 0.9.7c. | bmah | 2003-10-03 | 2 | -0/+6 |
* | Remove SA-03:16. | hrs | 2003-10-03 | 2 | -12/+0 |
* | New release notes: | hrs | 2003-10-03 | 2 | -0/+34 |
* | Add #include "opt_pmap.h" so locore picks up DISABLE_PSE etc options. | peter | 2003-10-03 | 1 | -0/+1 |
* | Fix bogon in ipfilter_resync() introduced in my last commit. | mux | 2003-10-03 | 1 | -1/+3 |
* | Only delete the route if arplookup() tried to create it. Do not delete | bms | 2003-10-03 | 1 | -8/+13 |
* | mdoc(7) cleanups (use .Va, not .Dv, for sysctls.) | bms | 2003-10-03 | 1 | -2/+2 |
* | Swap the syscall caller frame info (i.e. the return pointer and | marcel | 2003-10-03 | 3 | -40/+37 |
* | mdoc(7) cleanup: Break up sentences so that they start on new lines. | bms | 2003-10-03 | 1 | -6/+7 |
* | Point out the existence of net.link.ether.inet.log_arp_movements. | bms | 2003-10-03 | 1 | -1/+5 |
* | Update arp(4) to document the 'arp: foo is on if0 but got reply from | bms | 2003-10-03 | 1 | -0/+9 |
* | Mark the -i and -n options as mutually exclusive and fix various | naddy | 2003-10-03 | 1 | -13/+17 |
* | Revert rev. 1.86, I've fixed make(1) (make/dir.c,v 1.32). | ru | 2003-10-02 | 1 | -1/+1 |
* | Fix a bug that prevented exists() from finding "foo/", "foo/." | ru | 2003-10-02 | 3 | -3/+30 |
* | Fix a logic error; use beq to check for a register being NULL, not bne. | deischen | 2003-10-02 | 1 | -1/+1 |
* | Add an entry for libpthread (aka libkse). For now, it's link command | deischen | 2003-10-02 | 1 | -0/+1 |
* | Make the i810 AGP device create a "drmsub" child device. This will be attached | anholt | 2003-10-02 | 2 | -4/+62 |
* | Correct the library name. | ru | 2003-10-02 | 1 | -1/+1 |
* | Document the recently added `O' modifier. | ru | 2003-10-02 | 1 | -0/+2 |
* | - Remove error code that can't be returned (and original description | kensmith | 2003-10-02 | 1 | -2/+0 |
* | Introduce a uiomove_frombuf helper routine that handles computing and | nectar | 2003-10-02 | 6 | -60/+50 |
* | Remove wrong usage of BUF_REFCNT(). | simokawa | 2003-10-02 | 1 | -1/+0 |
* | Be kind to 64bit architectures. | simokawa | 2003-10-02 | 1 | -5/+5 |
* | If requested to Sleep for less than our hz granularity (e.g., 10 ms), | njl | 2003-10-02 | 1 | -6/+13 |
* | Reimplement pagezero() using "movnti". | alc | 2003-10-02 | 1 | -39/+11 |
* | MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions. | simokawa | 2003-10-02 | 13 | -657/+804 |
* | Remove the global variable 'cmask', which was used to initialize the | rwatson | 2003-10-02 | 2 | -5/+2 |