| Commit message (Expand) | Author | Age | Files | Lines |
| * | Because code paths for I/O requests are quite complex, add comments above | Pawel Jakub Dawidek | 2005-08-13 | 1 | -0/+12 |
| * | add list mac and mac:kick support | Sam Leffler | 2005-08-13 | 2 | -10/+98 |
| * | Extend acl support to pass ioctl requests through and use this to | Sam Leffler | 2005-08-13 | 4 | -4/+79 |
| * | Allow multiple commands to be specified on a single command line, e.g., | Colin Percival | 2005-08-13 | 2 | -7/+11 |
| * | Put the comparison with PEOF into a new macro is_eof(). Don't use it if the | Stefan Farfeleder | 2005-08-13 | 2 | -6/+8 |
| * | Declare echocmd() and testcmd(). | Stefan Farfeleder | 2005-08-13 | 1 | -0/+2 |
| * | Use assignment rather than comparison. | Stefan Farfeleder | 2005-08-13 | 1 | -2/+2 |
| * | Fix the progress statistics code by printing the right variable. I | Colin Percival | 2005-08-13 | 1 | -1/+1 |
| * | * Solve "No PHY found" problem for more Yukon Lite variants. | Bjoern A. Zeeb | 2005-08-13 | 2 | -50/+122 |
| * | * Add dynamic sysctl for net.inet6.ip6.fw. | Bjoern A. Zeeb | 2005-08-13 | 4 | -70/+377 |
| * | - Provide all initialisers for a struct event. | Stefan Farfeleder | 2005-08-13 | 1 | -5/+6 |
| * | First declare the functions to pacify -Wmissing-prototypes. | Stefan Farfeleder | 2005-08-13 | 1 | -0/+4 |
| * | Include missing headers. | Stefan Farfeleder | 2005-08-13 | 2 | -0/+2 |
| * | Use prototypes in the MKINIT lines collected by mkinit. | Stefan Farfeleder | 2005-08-13 | 3 | -3/+3 |
| * | Use prototypes in the generated builtins.{c,h} files. | Stefan Farfeleder | 2005-08-13 | 1 | -3/+3 |
| * | Prune empty directories in /usr | Poul-Henning Kamp | 2005-08-13 | 1 | -26/+38 |
| * | Forced commit due to wrong commit-log file: | Stefan Farfeleder | 2005-08-13 | 0 | -0/+0 |
| * | cvs -d stefanf@ncvs.FreeBSD.org:/home/ncvs | Stefan Farfeleder | 2005-08-13 | 3 | -5/+9 |
| * | Add an implementation of the semi-standard wcsdup() function, as found | Tim J. Robbins | 2005-08-13 | 4 | -4/+54 |
| * | save+restore wpa, privacy, and roaming settings | Sam Leffler | 2005-08-13 | 1 | -9/+57 |
| * | Change OUT from -2 to CHAR_MIN-1, making it impossible for it to | Tim J. Robbins | 2005-08-13 | 1 | -1/+1 |
| * | fix handling of the current channel (missed in previous commit) | Sam Leffler | 2005-08-13 | 1 | -4/+5 |
| * | fix media_status so devd recognizes the device as an 802.11 interface | Sam Leffler | 2005-08-13 | 1 | -1/+6 |
| * | correct CTS duration calculation; SIFS+ACK should use the xmit rate not | Sam Leffler | 2005-08-12 | 1 | -2/+2 |
| * | Promise PDC4071[89] support. | Christian Brueffer | 2005-08-12 | 1 | -2/+2 |
| * | Add missing links from getgrent_r.3, getgrnam_r.3, and getgrgid_r.3 to | Simon L. B. Nielsen | 2005-08-12 | 1 | -1/+2 |
| * | Check for marker pages when scanning active and inactive page queues. | Tor Egge | 2005-08-12 | 1 | -0/+5 |
| * | Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300. | Søren Schmidt | 2005-08-12 | 3 | -1/+7 |
| * | Add definition for SATAII 3Gb/s mode. | Søren Schmidt | 2005-08-12 | 1 | -0/+1 |
| * | - fix typo in comment. | Hajimu UMEMOTO | 2005-08-12 | 6 | -45/+20 |
| * | Change directory one level at a time, and use CDUP to back out. This is a | Dag-Erling Smørgrav | 2005-08-12 | 1 | -29/+152 |
| * | Introduce the vm.boot_pages tunable and sysctl, which controls the number | Dag-Erling Smørgrav | 2005-08-12 | 1 | -3/+8 |
| * | Eliminate an unnecessary bcopy(). | Dag-Erling Smørgrav | 2005-08-12 | 1 | -15/+15 |
| * | Axe ppp_for_tty(). Use tty->t_lsc pointer to store sc. This | Gleb Smirnoff | 2005-08-12 | 3 | -24/+7 |
| * | GELI doesn't need cryptodev. | Pawel Jakub Dawidek | 2005-08-12 | 1 | -1/+0 |
| * | When using cmp(1) to determine if the ports tree is already up to date, | Colin Percival | 2005-08-12 | 1 | -1/+2 |
| * | Add NATM_LOCK() and NATM_UNLOCK() in places where npcb_add() and | Craig Rodrigues | 2005-08-12 | 1 | -0/+9 |
| * | Provide more complete "How to add a new file system to glabel." list. | Pawel Jakub Dawidek | 2005-08-12 | 1 | -3/+7 |
| * | Add code for Ext2FS and ReiserFS labels recognition. | Pawel Jakub Dawidek | 2005-08-12 | 7 | -0/+216 |
| * | Avoid creating directories in devfs by changing all '/' in labels to '_'. | Pawel Jakub Dawidek | 2005-08-12 | 1 | -0/+8 |
| * | Eliminate unneeded diagnostic code. | Alan Cox | 2005-08-11 | 2 | -14/+0 |
| * | El_parse's third parameter is now const-qualified, add a cast. | Stefan Farfeleder | 2005-08-11 | 1 | -1/+1 |
| * | Forced commit to note rev 1.15 was | Nate Lawson | 2005-08-11 | 0 | -0/+0 |
| * | The "lowest" sysctl setting makes more sense as the lowest one to use, so | Nate Lawson | 2005-08-11 | 1 | -2/+2 |
| * | Eliminate unneeded diagnostic code. | Alan Cox | 2005-08-11 | 2 | -14/+0 |
| * | Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero, | Nate Lawson | 2005-08-11 | 1 | -3/+2 |
| * | - Clarify how events are used and how the different event sysctl correlate | Markus Brueffer | 2005-08-11 | 1 | -12/+193 |
| * | If we fail in chown(2), try to just change the group and continue on to | Brian Somers | 2005-08-11 | 1 | -10/+28 |
| * | Embellish comment. | David E. O'Brien | 2005-08-11 | 1 | -1/+1 |
| * | Put rev. 1.65 into usage(). | David E. O'Brien | 2005-08-11 | 1 | -1/+1 |