| Commit message (Expand) | Author | Age | Files | Lines |
* | Add manpage for inet_net_ntop(3) and inet_net_pton(3). | Ruslan Ermilov | 2001-08-31 | 3 | -1/+162 |
* | Use ``.Rv -std'' wherever possible. | Ruslan Ermilov | 2001-08-31 | 43 | -232/+71 |
* | o Move definition of CAP_MAX_BUF_LEN to sys/capability.h | Robert Watson | 2001-08-31 | 1 | -0/+2 |
* | Similar to changes on i386/alpha/etc pmap.c; converge on a similar | Peter Wemm | 2001-08-31 | 3 | -45/+45 |
* | Converge with i386/alpha/etc pmap.c for pmap_new_proc/pmap_dispose_proc(). | Peter Wemm | 2001-08-31 | 1 | -16/+14 |
* | Same as i386/i386/pmap.c: clean up some style. This is irrelevant since | Peter Wemm | 2001-08-31 | 1 | -15/+12 |
* | Same treatment as i386/isa/pmap.c - clean up some style to sync towards | Peter Wemm | 2001-08-31 | 1 | -39/+34 |
* | Call OS-independent resume routine to execute _WAK .. etc. | Takanori Watanabe | 2001-08-31 | 1 | -75/+1 |
* | Revert previous delta; <arpa/inet.h> isn't quite ready to stop including | Mike Barcroft | 2001-08-31 | 1 | -16/+1 |
* | Attempt to make key behavior more clear. | Eric Melville | 2001-08-31 | 3 | -7/+4 |
* | o Deprecate byteorder(3) prototypes from <sys/types.h>, these are | Mike Barcroft | 2001-08-31 | 1 | -1/+16 |
* | Do a style cleanup pass for the pmap_{new,dispose,etc}_proc() functions | Peter Wemm | 2001-08-31 | 2 | -80/+68 |
* | Remove already commented out entry for pci/fxp.c | Jonathan Lemon | 2001-08-31 | 1 | -1/+0 |
* | The fxp driver has lived in dev/fxp for some time, remove old files. | Jonathan Lemon | 2001-08-31 | 3 | -2464/+0 |
* | Prototypes for cap_equal_np() and cap_subset_np(). | Robert Watson | 2001-08-31 | 1 | -0/+10 |
* | Note that ASU is now deprecated. | Robert Watson | 2001-08-31 | 1 | -0/+1 |
* | Revert previous "fix"; bus mice still have to be manually probed even in | Mike Smith | 2001-08-31 | 2 | -2/+2 |
* | o Use .Fx to refer to FreeBSD | Robert Watson | 2001-08-31 | 1 | -1/+2 |
* | o Remove definition of CAP_MAX_BUF_LEN since it is defined in | Robert Watson | 2001-08-31 | 1 | -1/+4 |
* | Tidy up cpu_fork() a little. This is mainly for changes I've been | Peter Wemm | 2001-08-31 | 1 | -39/+33 |
* | Introduce implementations of POSIX.1e non-portable form capability | Robert Watson | 2001-08-31 | 4 | -0/+366 |
* | Properly move cursor when home and end keys are used. | Eric Melville | 2001-08-31 | 2 | -4/+20 |
* | Cleanup | Matthew Dillon | 2001-08-31 | 1 | -27/+68 |
* | Get rid of most of the GIANT_XXX assertion defines. Nobody is going to use | Matthew Dillon | 2001-08-31 | 2 | -36/+1 |
* | Giant pushdown syscalls in kern/uipc_syscalls.c. Affected calls: | Matthew Dillon | 2001-08-31 | 3 | -116/+279 |
* | Add a UGAR() macro to simplify the diff's for the Giant pushdown. | John Baldwin | 2001-08-31 | 1 | -0/+6 |
* | Make my Grandfather famous by showing the world my middle name, | Adrian Chadd | 2001-08-31 | 1 | -1/+1 |
* | Giant Pushdown: sysv shm, sem, and msg calls. | Matthew Dillon | 2001-08-31 | 5 | -283/+510 |
* | Add names for the TI PCI-1210, TI PCI-4410 and TI PCI-4450 parts. I had | Warner Losh | 2001-08-30 | 1 | -0/+9 |
* | Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as | Alexander Langer | 2001-08-30 | 10 | -304/+24 |
* | Add safety belts. A control endpoint doesn't have an endpoint descriptor. | Nick Hibma | 2001-08-30 | 1 | -33/+10 |
* | Add Xref to make.conf(5). | Alexander Langer | 2001-08-30 | 1 | -1/+2 |
* | Nuke all ports related options. This file has to be re-edited once | Alexander Langer | 2001-08-30 | 1 | -205/+0 |
* | add a missing -o. | Luigi Rizzo | 2001-08-30 | 1 | -1/+1 |
* | Note the new cards supported by the asr and aac drivers. | Scott Long | 2001-08-30 | 4 | -4/+22 |
* | Corrected a typo. | Valentino Vaschetto | 2001-08-30 | 1 | -1/+1 |
* | New release note: SA-01:58. | Bruce A. Mah | 2001-08-30 | 2 | -0/+6 |
* | Add some missing words, markup tweaks. | Bruce A. Mah | 2001-08-30 | 2 | -10/+10 |
* | Take CAM_REQUEUE_REQ out of the class of things we were trying to honor | Matt Jacob | 2001-08-30 | 1 | -1/+0 |
* | Try to discard some ungetc data in saved internal buffer checks too, | Andrey A. Chernov | 2001-08-30 | 2 | -7/+25 |
* | goto dumb; if can't obtain curoff for whence != SEEK_CUR cases, as supposed | Andrey A. Chernov | 2001-08-30 | 1 | -8/+4 |
* | Add more EOVERFLOW checks. | Andrey A. Chernov | 2001-08-30 | 2 | -31/+94 |
* | Fix kernel crash when VLANs are combined with ng_ether(4), by attaching | Archie Cobbs | 2001-08-30 | 1 | -1/+2 |
* | Remove the MPSAFE keyword from the parser for syscalls.master. | Matthew Dillon | 2001-08-30 | 10 | -95/+114 |
* | Axe all the plists and supporting scripts to manage them and use them to | John Baldwin | 2001-08-30 | 54 | -5384/+0 |
* | Overhaul this script a bit: | John Baldwin | 2001-08-30 | 1 | -20/+107 |
* | The current XFree86 port needs some help in the BUILD_XDIST case. Commit | John Baldwin | 2001-08-30 | 1 | -0/+52 |
* | Revert the previous delta and apply a better fix which corrects | Mike Barcroft | 2001-08-30 | 1 | -9/+5 |
* | Remove old acpica module | Mike Smith | 2001-08-30 | 1 | -49/+0 |
* | ACPI no longer has an ISA attachment. | Mike Smith | 2001-08-30 | 1 | -1/+0 |