| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Only generate code for _LCK_ASSERT if _LCK_DEBUG is defined. | davidxu | 2003-10-02 | 2 | -2/+12 |
* | Use __BEGIN_DECLS and __END_DECLS around userland function prototypes | rwatson | 2003-10-02 | 2 | -0/+4 |
* | Create a tunable for net.isr.enable so that it may be set from | rwatson | 2003-10-02 | 1 | -0/+1 |
* | Commit Bosko's patch to clean up the PSE/PG_G initialization to and | peter | 2003-10-01 | 17 | -170/+180 |
* | Temporarily turn net.isr.enable back off again until patches to | rwatson | 2003-10-01 | 1 | -1/+1 |
* | add randomtab for ip6_randomflowlabel(). | ume | 2003-10-01 | 1 | -0/+11 |
* | Looks like I misread the callout code. We do not seem to hold the | imp | 2003-10-01 | 1 | -11/+12 |
* | Enable net.isr.enable by default, causing "delivery to completion" | rwatson | 2003-10-01 | 1 | -1/+1 |
* | randomize IPv6 flowlabel when RANDOM_IP_ID is defined. | ume | 2003-10-01 | 5 | -4/+20 |