| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed -I${.CURDIR}/.../sys from CFLAGS. | ru | 2001-05-18 | 29 | -35/+13 |
* | Fix bogon introduce by last commit. | sos | 2001-05-18 | 1 | -1/+1 |
* | BDECFLAGS cleanup | kris | 2001-05-18 | 7 | -23/+32 |
* | Remove GCC-ism (-Wall). | ru | 2001-05-18 | 1 | -3/+0 |
* | mdoc(7) police: Fix markup and spelling. | ru | 2001-05-18 | 1 | -37/+34 |
* | Don't leak memory when compiling text following the `a', `c' or `i' command. | ru | 2001-05-18 | 1 | -1/+1 |
* | Run network6_pass1 if ipv6_enable is YES | brian | 2001-05-18 | 1 | -0/+15 |
* | Add scrshot to the i386 specific section. If someone can test this on the | nik | 2001-05-18 | 1 | -0/+1 |
* | By default build make(1) as a static binary. It costs only 100k of additional | sobomax | 2001-05-18 | 1 | -0/+2 |
* | Note, previous commit was | nik | 2001-05-18 | 0 | -0/+0 |
* | New scrshot utility, using the CONS_SCRSHOT ioctl. Usage is | nik | 2001-05-18 | 3 | -0/+253 |
* | Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, it | nik | 2001-05-18 | 2 | -0/+28 |
* | Currently there is no way to tell if write operation invoked via | bp | 2001-05-18 | 2 | -2/+2 |
* | Fixed typo in the description. | ru | 2001-05-18 | 3 | -6/+6 |
* | Add mbstate_t and wint_t. | obrien | 2001-05-18 | 1 | -0/+10 |
* | Missed a few things. | obrien | 2001-05-18 | 1 | -3/+4 |
* | In a word -- style(9). | obrien | 2001-05-18 | 1 | -43/+51 |
* | Sort. | obrien | 2001-05-18 | 1 | -23/+24 |
* | Add the "prompt" and "passwd_prompt" fields to /etc/login.conf, | obrien | 2001-05-18 | 2 | -3/+12 |
* | Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will help | obrien | 2001-05-18 | 3 | -3/+3 |
* | Style changes -- revert ordering to mostly two revs ago. | obrien | 2001-05-18 | 5 | -291/+293 |
* | Use the correct FreeBSD definitions for wint_t and wchar_t. | obrien | 2001-05-18 | 2 | -2/+6 |
* | Fix typo: The awi driver doesn't support PRISM cards, it supports the | bmah | 2001-05-18 | 3 | -3/+3 |
* | Condition variable waiters are queued in descending priority order, so | jasone | 2001-05-18 | 3 | -27/+6 |
* | New release notes: digi driver, FICL 2.05, xargs(1) -J, apmd(8) now | bmah | 2001-05-18 | 5 | -5/+118 |
* | - Use a timeout for the tsleep in scheduler() instead of having vmmeter() | jhb | 2001-05-18 | 2 | -5/+22 |
* | Add workaround for embedded NICs, in particular, the 815E boards. | jlemon | 2001-05-17 | 2 | -17/+44 |
* | Replace references to the KERNEL variable with KERNCONF. | jhb | 2001-05-17 | 1 | -4/+4 |
* | During the code to pick a process to kill when memory is exhausted, keep | jhb | 2001-05-17 | 1 | -3/+18 |
* | - Don't panic on a try lock operation for a sleep lock if we hold a spin | jhb | 2001-05-17 | 1 | -2/+6 |
* | - Remove the global ithread_list_lock spin lock in favor of per-ithread | jhb | 2001-05-17 | 2 | -37/+34 |
* | - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT. | jhb | 2001-05-17 | 5 | -19/+15 |
* | Use NHWI instead of APIC_IMEN_BITS. | jhb | 2001-05-17 | 1 | -1/+1 |
* | - Axe the IMEN_BITS and APIC_IMEN_BITS constants. | jhb | 2001-05-17 | 2 | -8/+6 |
* | Primary purpose of this commit is to enable support for the Aviator | dmlb | 2001-05-17 | 4 | -300/+715 |
* | Disable the wi driver locking for now. The driver tries to tsleep with the | jhb | 2001-05-17 | 1 | -2/+2 |
* | o Modify access control checks in p_candebug() such that the policy is as | rwatson | 2001-05-17 | 1 | -3/+3 |
* | Add a couple more codes for upcoming raylink driver additions. | dmlb | 2001-05-17 | 1 | -9/+70 |
* | Add an entry for RAYLINK pccard using the ray driver. | dmlb | 2001-05-17 | 1 | -0/+6 |
* | Cleanup | alfred | 2001-05-17 | 1 | -54/+50 |
* | Fix typo: s/maestro3_load/snd_maestro3_load/ (pointed out by | bmah | 2001-05-17 | 8 | -5/+29 |
* | initialize pipe pointers | alfred | 2001-05-17 | 1 | -0/+1 |
* | pipe_create has to zero out the select record earlier to avoid | alfred | 2001-05-17 | 1 | -1/+1 |
* | Cosmetics to rev.1.89: removed argument names in a function prototype. | ru | 2001-05-17 | 1 | -1/+1 |
* | Describe all current net.inet.tcp MIB variables. | ru | 2001-05-17 | 1 | -3/+61 |
* | Make the PAM user-override actually override the correect thing. | nsayer | 2001-05-17 | 2 | -6/+6 |
* | Allow ``ip4'' as an ``upperspec'' value, and update the man | brian | 2001-05-17 | 4 | -0/+8 |
* | Fix an off-by-hour bug when crossing Daylight Saving Time boundary. | ru | 2001-05-17 | 1 | -0/+3 |
* | Suppress compiler warning by adding a type cast. | ru | 2001-05-17 | 1 | -4/+2 |
* | Backed out rev.1.8. Rev.1.8 was just to support a bogus unused include | bde | 2001-05-17 | 1 | -2/+1 |