| Commit message (Expand) | Author | Age | Files | Lines |
* | setproctitle() requires unistd.h and not libutil.h/-lutil | brian | 2000-09-02 | 1 | -3/+1 |
* | libutil.h is no longer required for setproctitle() | brian | 2000-09-02 | 1 | -5/+0 |
* | libutil is no longer required as setproctitle() has moved to libc | brian | 2000-09-02 | 2 | -5/+2 |
* | Move setproctitle() from libutil to libc (after a repo-copy) | brian | 2000-09-02 | 8 | -257/+12 |
* | A quick fix to get around a problem (described below) with cia based | gallatin | 2000-09-02 | 2 | -3/+5 |
* | Define some more bits in CSR15 needed for previous change. | wpaul | 2000-09-02 | 2 | -0/+8 |
* | Make the blinkylights on non-MII 21143 cards work. We need to enable | wpaul | 2000-09-01 | 2 | -0/+22 |
* | If a base address register has been set up by the BIOS, but the relevant | msmith | 2000-09-01 | 2 | -12/+26 |
* | List opt_asr.h for creation, as it's expected by the 'asr' driver in a | msmith | 2000-09-01 | 1 | -0/+3 |
* | Document the tap driver | nsayer | 2000-09-01 | 2 | -0/+4 |
* | Move the 'asr' driver to cdev major 154, since 97 is already taken. | msmith | 2000-09-01 | 2 | -1/+2 |
* | Change the probing order priority of acpi so that acpi is probed after | iwasaki | 2000-09-01 | 1 | -1/+1 |
* | change mixer api slightly | cg | 2000-09-01 | 25 | -249/+627 |
* | o Simplify if/then clause equating ESRCH with ENOENT when hiding a process | rwatson | 2000-09-01 | 2 | -10/+4 |
* | o Synchronize linprocfs authorization with procfs authorization improvements | rwatson | 2000-09-01 | 2 | -76/+58 |
* | Note in release notes that: which(1) and killall(1) are now C | bmah | 2000-09-01 | 2 | -0/+10 |
* | add 32bit formats and a couple of ioctls | cg | 2000-09-01 | 1 | -26/+36 |
* | Reflect the MFC of: Posix.1b shared memory objects, OpenSSL 0.9.5a, | bmah | 2000-09-01 | 2 | -6/+6 |
* | Match IPPROTO_ICMP with IP protocol field of the original IP | ru | 2000-09-01 | 2 | -4/+4 |
* | o Make procfs use vaccess() for procfs_access() DAC and super-user checks, | rwatson | 2000-09-01 | 2 | -56/+8 |
* | Treat empty lang as "C" lang too | ache | 2000-09-01 | 1 | -1/+1 |
* | Add a missing article. | sheldonh | 2000-09-01 | 1 | -1/+1 |
* | `ip_id' now expected in host byte order when IP_HDRINCL is in use. | ru | 2000-09-01 | 1 | -1/+13 |
* | Fixed broken ICMP error generation, unified conversion of IP header | ru | 2000-09-01 | 7 | -26/+47 |
* | Set rcsid to correct value | phantom | 2000-09-01 | 1 | -24/+6 |
* | protect .h file contents correctly. | phantom | 2000-09-01 | 1 | -18/+3 |
* | Remove unused indirect references to cat* functions. | phantom | 2000-09-01 | 5 | -83/+4 |
* | Fix memory leak introduced by kris in rev 1.22 | phantom | 2000-09-01 | 1 | -0/+2 |
* | Fixed FPU_ERROR_BROKEN code. It had old-isa code. | kato | 2000-09-01 | 1 | -2/+1 |
* | setlocale may return NULL, handle this case too by resetting to "C" | ache | 2000-09-01 | 1 | -5/+3 |
* | Move protection code down to handle NL_CAT_LOCALE case too. | ache | 2000-09-01 | 1 | -2/+3 |
* | Protect from badly formed LANG variable | ache | 2000-09-01 | 1 | -1/+2 |
* | Teach .Fx and .Os about FreeBSD 4.2. | ru | 2000-09-01 | 2 | -0/+2 |
* | Changed the way we handle outgoing ICMP error messages -- do | ru | 2000-09-01 | 2 | -24/+44 |
* | fix multi io window patch(Rev. 1.48) | sanpei | 2000-09-01 | 1 | -1/+1 |
* | Cleanup after repo copy of sys/svr4 to sys/compat/svr4. | obrien | 2000-09-01 | 1 | -6/+6 |
* | Add MAINTAINER tag to aid updaters in finding the responsible parties. | msmith | 2000-09-01 | 1 | -0/+2 |
* | Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT). | msmith | 2000-09-01 | 22 | -3/+12213 |
* | New netgraph node type for Ethernet bridging. | archie | 2000-09-01 | 3 | -0/+201 |
* | New netgraph node type for Ethernet bridging. | archie | 2000-09-01 | 6 | -2/+1187 |
* | Document change to the default mount dir. | obrien | 2000-09-01 | 1 | -1/+1 |
* | Since this is off the vendor branch, might as well change the default | obrien | 2000-09-01 | 1 | -1/+1 |
* | Remove our override on the default time that a looked up name remains | obrien | 2000-09-01 | 1 | -1/+1 |
* | Fix wrong offset bug in ng_enaddr_unparse(). | archie | 2000-09-01 | 1 | -1/+2 |
* | Take a shot at fixing multiple pci busses on i386. | peter | 2000-08-31 | 7 | -66/+311 |
* | Avoid free'ing a NULL pointer. | archie | 2000-08-31 | 1 | -1/+2 |
* | Cleanup after repo copy of sys/svr4 to sys/compat/svr4. | obrien | 2000-08-31 | 84 | -14248/+131 |
* | Casts are needed to subtract u_longs. | green | 2000-08-31 | 1 | -1/+1 |
* | Remove duplicate static definition of pci_devclass | peter | 2000-08-31 | 2 | -2/+0 |
* | Slightly improve the description of "crypto". "DES" is a subset of | markm | 2000-08-31 | 1 | -1/+1 |