| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix generation of check-state rules, which i broke in last commit. | luigi | 2002-08-04 | 1 | -1/+1 |
* | Small diffs that p4 didn't catch when I extracted | mux | 2002-08-03 | 1 | -2/+1 |
* | This should have been committed too, I have no idea | mux | 2002-08-03 | 1 | -1/+1 |
* | I should have committed this ages ago... | mux | 2002-08-03 | 1 | -3/+15 |
* | Now that the kernel is able to load modules itself, | mux | 2002-08-03 | 14 | -231/+25 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-02 | 2 | -1/+5 |
* | Forgot this one: properly initialize an address set when the set | luigi | 2002-07-31 | 1 | -3/+1 |
* | Two bugfixes: | luigi | 2002-07-31 | 1 | -15/+26 |
* | Also print the serial # on atacontrol cap .... | sos | 2002-07-31 | 1 | -0/+1 |
* | Fix a bunch of format string warnings which broke | mux | 2002-07-31 | 6 | -35/+43 |
* | Remove some additional paranoia which Kirk forgot to remove from his | phk | 2002-07-30 | 2 | -4/+2 |
* | Warning cleanup. | phk | 2002-07-30 | 12 | -74/+74 |
* | Don't depend on pollution in <machine/limits.h> (by way of | mike | 2002-07-29 | 1 | -0/+1 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -1/+1 |
* | Nuke whitespace at EOL. | dd | 2002-07-28 | 2 | -3/+3 |
* | What we're actually passing around is an ioctl request, not a command, | dd | 2002-07-28 | 1 | -3/+3 |
* | This compiles cleanly with WARNS=5 on i386 and alpha, so try to make | dd | 2002-07-28 | 1 | -1/+1 |
* | Implement this (quoted from the updated man page): If the first token | dd | 2002-07-28 | 4 | -9/+181 |
* | Use more standard section names in an attempt to unconfuse new users | dd | 2002-07-28 | 1 | -8/+5 |
* | Fix spacing for -P (policy) examples. | fenner | 2002-07-27 | 1 | -10/+3 |
* | Add SEE ALSO references to papers handling RED. | sheldonh | 2002-07-25 | 1 | -0/+26 |
* | Turn nfsiod back on. It is basically now just a sysctl wrapper that also | peter | 2002-07-24 | 1 | -0/+1 |
* | WARNS clean | peter | 2002-07-24 | 2 | -7/+6 |
* | s/IPSEC/IPsec according to RFCs | blackend | 2002-07-23 | 1 | -1/+1 |
* | Connect up gpt and mca subdirs for ia64 | peter | 2002-07-20 | 1 | -1/+3 |
* | Grab a snapshot of Marcel's WIP ia64 machine check decoder. | peter | 2002-07-20 | 2 | -0/+509 |
* | Grab a snapshot of Marcel's gpt tool. This is still a work-in-progress | peter | 2002-07-20 | 10 | -0/+1454 |
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 1 | -1/+1 |
* | di_createtime -> di_birthtime. | roberto | 2002-07-17 | 1 | -1/+1 |
* | Change utimes to set the file creation time (for filesystems that | mckusick | 2002-07-17 | 4 | -19/+37 |
* | Introduce the DEVFS "rule" subsystem. DEVFS rules permit the | dd | 2002-07-17 | 6 | -0/+949 |
* | Fixed some print format errors. Avoid some warnings about possible | bde | 2002-07-16 | 1 | -4/+5 |
* | Replace extra call to "tunefs" with the equivalent of "newfs -U". | rse | 2002-07-15 | 1 | -2/+1 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -7/+10 |
* | A bunch of minor fixes: | luigi | 2002-07-13 | 1 | -8/+11 |
* | Remove unused variables due to libufs(3) commit. Clean up extraneous use of | jmallett | 2002-07-11 | 1 | -4/+3 |
* | Convert dumpfs(8) to libufs(3), rather than rolling local functions for a | jmallett | 2002-07-11 | 2 | -39/+14 |
* | Add a bit of information on FFS snapshots to the mount(8) manual page. | trhodes | 2002-07-11 | 1 | -0/+67 |
* | Convert old style (type foo *)0 casts to NULLs | dillon | 2002-07-11 | 1 | -3/+3 |
* | Fixed 4 printf format errors that were fatal on alphas. %qd is not even | bde | 2002-07-11 | 1 | -7/+9 |
* | Uncommented WARNS=0. ipfw2.c is full of printf format errors that are | bde | 2002-07-11 | 1 | -1/+1 |
* | Replace the 'at least the amount of physical memory + 64K' with a better | dillon | 2002-07-09 | 1 | -2/+5 |
* | Oops, the previous revision (1.22) introduced a potential alignment | iedowse | 2002-07-08 | 1 | -15/+20 |
* | Fixed some world breakage caused by not updating clients when <timeconv.h> | bde | 2002-07-08 | 1 | -0/+1 |
* | - Do not include <utmp.h> for no reason. | robert | 2002-07-08 | 2 | -4/+0 |
* | Use a fixed MAXBSIZE-size auto array instead of a static pointer | iedowse | 2002-07-08 | 1 | -6/+2 |
* | Replace the use of %qd with intmax_t/%jd and fix a number of -Wall | iedowse | 2002-07-08 | 4 | -20/+23 |
* | Remove nfsd and mountd from src/sbin, look for it in src/usr.sbin | gordon | 2002-07-07 | 9 | -4202/+0 |
* | Unhook sbin/nfsd and sbin/mountd from the build. They will be moving to | gordon | 2002-07-07 | 1 | -2/+0 |
* | Don't explicit kill of the process' own pid. | ume | 2002-07-07 | 1 | -5/+4 |