| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplify some things to use libufs-provided functionality here, such as the | jmallett | 2002-08-11 | 1 | -21/+28 |
* | Update manpage to match the code, we don't use | mux | 2002-08-11 | 1 | -5/+0 |
* | Update the manpage to match the code. The mount utilities | mux | 2002-08-11 | 1 | -24/+2 |
* | The kldload() system call doesn't return 0 when it succeeded, | mux | 2002-08-11 | 1 | -1/+1 |
* | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | mux | 2002-08-10 | 4 | -10/+9 |
* | Fix one parsing bug introduced by last commit, and correct parsing | luigi | 2002-08-10 | 1 | -18/+63 |
* | Major revision of the ipfw manpage, trying to make it up-to-date | luigi | 2002-08-10 | 1 | -518/+682 |
* | One bugfix and one new feature. | luigi | 2002-08-10 | 1 | -22/+85 |
* | Fix the broken "avoid unaligned data" fix. The problem is that the builtin | peter | 2002-08-10 | 1 | -2/+2 |
* | Fixup preen.c to match its new residence. | phk | 2002-08-09 | 1 | -1/+5 |
* | preen.c was a stragler after the fsck/fsck_ffs divorce. | phk | 2002-08-09 | 1 | -282/+0 |
* | Fix -o ac(reg|dir)(min|max) options. The appropriate flags weren't | semenu | 2002-08-06 | 1 | -0/+4 |
* | 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 |