| Commit message (Expand) | Author | Age | Files | Lines |
* | Split out NAI Labs license and BSD license to prevent the accidental | green | 2001-12-03 | 2 | -9/+80 |
* | o Uniformly copy uap arguments into local variables before grabbing | rwatson | 2001-12-02 | 1 | -3/+1 |
* | o Remove KSE race in setuid() in which oldcred was preserved before giant | rwatson | 2001-12-02 | 1 | -1/+1 |
* | o General style, formatting, etc, improvements: | rwatson | 2001-12-02 | 1 | -167/+107 |
* | make LOCKF_DEBUG kernel option work (sorta) | alfred | 2001-12-02 | 1 | -10/+26 |
* | ARG! committed the wrong patch!! I need more sleep :( | sos | 2001-12-02 | 1 | -1/+1 |
* | Oops, lost a line in the previous commit. | sos | 2001-12-02 | 1 | -1/+2 |
* | Initial support for the newer SiS chipsets, based on docs we finally | sos | 2001-12-02 | 2 | -17/+109 |
* | Enable build of smbfs. It works now as before on both UP and MP machines. | bp | 2001-12-02 | 1 | -2/+1 |
* | Catch up with KSE changes. | bp | 2001-12-02 | 5 | -155/+158 |
* | Fix a bug with transmitter restart after receiving a 0 window. The | dillon | 2001-12-02 | 5 | -19/+56 |
* | Pull netsmb requester from the pre-KSE world. This update mostly based | bp | 2001-12-02 | 10 | -176/+188 |
* | This is the first commit of the Intel gigabit driver for | pdeuskar | 2001-12-02 | 10 | -0/+7590 |
* | Re-enable the ciss driver, now that it should be building again. | msmith | 2001-12-02 | 1 | -1/+1 |
* | Catch up with the proc -> d_thread_t change. | msmith | 2001-12-02 | 2 | -5/+13 |
* | Add functionality and fix bugs so the driver will work with soon-to-be | scottl | 2001-12-02 | 7 | -41/+217 |
* | Allow for ip_output() to be called with a NULL route pointer. | ru | 2001-12-01 | 2 | -6/+7 |
* | Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN). | jkoshy | 2001-12-01 | 1 | -0/+5 |
* | o Stop abusing MD headers with non-MD types. | mike | 2001-12-01 | 8 | -21/+24 |
* | vm/vm_kern.c: rate limit (to once per second) diagnostic printf when | luigi | 2001-12-01 | 2 | -3/+22 |
* | o Introduce kern.security.bsd.unprivileged_read_msgbuf, which allows | rwatson | 2001-11-30 | 1 | -0/+13 |
* | The transmit burst limit for newreno completely breaks TCP's performance | dillon | 2001-11-30 | 1 | -0/+10 |
* | o Further sysctl name simplification, generally stripping 'permitted', | rwatson | 2001-11-30 | 1 | -9/+9 |
* | o Move current inhabitants of kern.security to kern.security.bsd, so | rwatson | 2001-11-30 | 1 | -14/+16 |
* | Add a couple of minor changes. | iwasaki | 2001-11-30 | 1 | -2/+5 |
* | Use 'mkdir -p /.attribute/system' instead of breaking it into | rwatson | 2001-11-30 | 1 | -1/+1 |
* | Use 'mkdir -p /.attribute/system' instead of breaking it into | rwatson | 2001-11-30 | 1 | -1/+1 |
* | README.extattr incorrectly specified sample command lines for | rwatson | 2001-11-30 | 1 | -2/+2 |
* | During SIOCAIFADDR, if in_ifinit() fails and we've already added an | brian | 2001-11-30 | 1 | -24/+39 |
* | cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64 | peter | 2001-11-30 | 2 | -2/+2 |
* | - Make ip_rtaddr() global, and use it to look up the correct source | ru | 2001-11-30 | 4 | -42/+35 |
* | * Don't use critical_enter/critical_exit when accessing the VHPT - its | dfr | 2001-11-30 | 1 | -17/+21 |
* | Per jlemon request, reintroduce some printf() when an | luigi | 2001-11-29 | 3 | -9/+24 |
* | For i386 architecture, remove an expensive m_devget() (and the | luigi | 2001-11-29 | 2 | -62/+80 |
* | fix DIAGNOSTIC panic caused by proc/thread typo | gallatin | 2001-11-29 | 1 | -1/+1 |
* | Return a POSIX-compliant error for write(2) failure. | green | 2001-11-28 | 1 | -1/+1 |
* | o Cache req->td->td_proc->p_ucred->cr_prison in pr to improve | rwatson | 2001-11-28 | 1 | -13/+10 |
* | When a socket is not connected, allow the peer "struct sockaddr" | archie | 2001-11-28 | 2 | -13/+77 |
* | Fix indentation after removing GEMDOS support. Whitespace changes only. | jhb | 2001-11-28 | 1 | -14/+14 |
* | Use suser_td() instead of explicitly checking cr_uid against 0. | jhb | 2001-11-28 | 2 | -3/+3 |
* | Whitespace fixes so thre 386 versoion of __uint8_swap_uint32 is easier to | jhb | 2001-11-28 | 1 | -2/+4 |
* | Remove ciss from the modules build until the build issues are resolved. | imp | 2001-11-28 | 1 | -1/+1 |
* | Axe more unused GEMDOS code that was #ifdef atari. | jhb | 2001-11-28 | 4 | -44/+1 |
* | Fix a typo in a comment | brian | 2001-11-28 | 1 | -1/+1 |
* | Remove the need for an expensive m_devget on the i386, which does not | luigi | 2001-11-28 | 1 | -39/+41 |
* | Waits for a keypress before rebooting on panic. | dcs | 2001-11-28 | 1 | -0/+3 |
* | Regen after addition of the Mustek 1200 CU Plus scanner. | sobomax | 2001-11-28 | 2 | -0/+7 |
* | Add Mustek 1200 CU Plus scanner. | sobomax | 2001-11-28 | 2 | -0/+2 |
* | Yet another synch with minor changes in the ACPI CA 20011120 snapshot. | iwasaki | 2001-11-28 | 1 | -0/+14 |
* | Add Buffalo AirStation 11Mbps CF WLAN card. | imp | 2001-11-28 | 1 | -0/+1 |