| Commit message (Expand) | Author | Age | Files | Lines |
* | MFS5: Minor style(9) tweak. | delphij | 2005-02-22 | 1 | -1/+1 |
* | Fix the same problem that was fixed in rev. 1.6 and got reintroduced | ru | 2005-02-19 | 1 | -0/+5 |
* | Fix a small bug in firmcvt: outfile must be strdup()ed. | wpaul | 2005-02-19 | 1 | -1/+11 |
* | Fix a small style problem and add a __packed pragma for safety. | scottl | 2005-02-17 | 1 | -1/+1 |
* | Generate locale-agnostic configuration date. | ru | 2005-02-16 | 1 | -1/+1 |
* | Re-staticize a few functions I un-staticized for debugging purposes | wpaul | 2005-02-16 | 1 | -2/+2 |
* | Add support for Windows/x86-64 binaries to Project Evil. | wpaul | 2005-02-16 | 1 | -5/+14 |
* | Be concerned about huge callback numbers by truncating them rather than | brian | 2005-02-15 | 1 | -5/+9 |
* | Be more careful when doing el_parse() - only do it when el is | delphij | 2005-02-15 | 1 | -1/+1 |
* | Expand contractions. | ru | 2005-02-15 | 2 | -2/+2 |
* | Fix most cases where the address of an int is passed to a function expecting a | stefanf | 2005-02-14 | 1 | -1/+2 |
* | Note addition of MCFG support. | njl | 2005-02-14 | 1 | -1/+2 |
* | Fix parsing of '0' and non-alphanumerics in steps. Previously, an | delphij | 2005-02-14 | 1 | -1/+3 |
* | Add support for parsing MCFG tables. | scottl | 2005-02-14 | 2 | -0/+36 |
* | o Add handling of an IPv4-mapped IPv6 address. | maxim | 2005-02-14 | 1 | -4/+5 |
* | Expand contractions. | ru | 2005-02-13 | 14 | -70/+70 |
* | who's -> whose | ru | 2005-02-13 | 1 | -1/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 48 | -104/+104 |
* | Line up license text. | ru | 2005-02-13 | 3 | -37/+37 |
* | Bump the version number for the addition of devices / nodevices. | des | 2005-02-10 | 1 | -1/+1 |
* | Fully document (no)?(device|option)s?. | des | 2005-02-10 | 1 | -17/+23 |
* | Full modernize cleanup: | delphij | 2005-02-10 | 3 | -37/+20 |
* | "device" and "nodevice" lines can actually specify more than one device | des | 2005-02-10 | 1 | -0/+2 |
* | The variable `ROOTKEY' has internal linkage in keyserv.c, don't declare it as | stefanf | 2005-02-10 | 1 | -3/+0 |
* | The variable `arglist' has internal linkage in pw.c, don't declare it as extern | stefanf | 2005-02-10 | 1 | -1/+1 |
* | Turn K&R functions into prototypes. | stefanf | 2005-02-10 | 1 | -12/+6 |
* | Code cleanup: | delphij | 2005-02-10 | 2 | -3/+2 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 18 | -20/+25 |
* | - Reduce the number of netgraph messages when listing | ru | 2005-02-09 | 1 | -11/+35 |
* | Properly initialise the variable `deny'. | stefanf | 2005-02-09 | 1 | -1/+1 |
* | Pass -C to rpcgen. | stefanf | 2005-02-09 | 1 | -3/+3 |
* | Use CFLAGS+=. | stefanf | 2005-02-09 | 1 | -1/+1 |
* | Add a new sysctl, "security.jail.chflags_allowed", which controls the | cperciva | 2005-02-08 | 1 | -0/+9 |
* | Next step on the road to IRPs: create and use an imitation of the | wpaul | 2005-02-08 | 1 | -0/+1 |
* | Use the correct length when copying trailing data!! | brian | 2005-02-08 | 1 | -1/+1 |
* | Remove /stand when we are done with it. | obrien | 2005-02-07 | 2 | -0/+6 |
* | Remove code, inherited from ipacctctl, which sets socket to non-blocking | glebius | 2005-02-06 | 1 | -9/+1 |
* | Remove the useless "version" number output. | obrien | 2005-02-06 | 1 | -5/+1 |
* | o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8) | maxim | 2005-02-06 | 4 | -0/+161 |
* | Backout rev. 1.17 per ru@ request: there are net.graph.recvspace and | maxim | 2005-02-04 | 1 | -4/+2 |
* | - Use svc_getrpccaller() rather than svc_getcaller() for using | kuriyama | 2005-02-03 | 1 | -20/+16 |
* | Utilize bsd.files.mk. | ru | 2005-01-28 | 1 | -8/+4 |
* | Let bsd.prog.mk set SRCS and MAN to their default values. | ru | 2005-01-28 | 11 | -11/+0 |
* | Remove unnecessary SRCS= where could be guessed directly by our | delphij | 2005-01-27 | 8 | -8/+0 |
* | WARNS?=6 cleanup for [gs]et[fp]mac: | delphij | 2005-01-27 | 8 | -11/+11 |
* | Add a radius_Flush() function that waits for the response (or timeout) to | brian | 2005-01-27 | 4 | -0/+23 |
* | Remove useless mode argument to open(). | ssouhlal | 2005-01-25 | 1 | -1/+1 |
* | Add "NTP pool servers" to the list, including Worldwide, Asia, Europe, | matusita | 2005-01-25 | 2 | -0/+30 |
* | ntp.cyber-fleet.net is not in DNS database, remove it. | matusita | 2005-01-25 | 2 | -6/+0 |
* | o Reorganize the previous delta to make it more style(9) compliant. | maxim | 2005-01-24 | 1 | -3/+5 |