Age | Commit message (Expand) | Author |
2006-03-12 | use asprintf instead of a static buffer; dhill, tested by pedro | Theo de Raadt |
2006-03-09 | Remove option -n from newfs as well as all references to fs_postbl() | Pedro Martelletto |
2006-01-25 | spell fall through as FALLTHROUGH | Ted Unangst |
2005-12-19 | Add and use a few more constants and macros needed by UFS2 | Pedro Martelletto |
2005-06-16 | bye bye whiteouts | Todd C. Miller |
2005-04-16 | Since the return value from the *_info functions is only actually used as a | Todd C. Miller |
2005-04-16 | while snprintf and strlcpy and strlcat have this nice >buflen API (and the | Theo de Raadt |
2005-02-03 | misplaced .El marker; | Jason McIntyre |
2005-02-03 | sync usage output | Jared Yanovich |
2005-02-03 | - simplify, normalize, and sync usage/synopsis forms | Jared Yanovich |
2005-02-02 | - syncs are done by a kernel thread, not update(8) | Jared Yanovich |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-07-05 | remove useless (always false) check; ok millert henning | Peter Valchev |
2004-02-01 | add paper.txt target; | Jason McIntyre |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-10-11 | consistent newlines, from tom cosgrove at arches-consulting.com. | Ted Unangst |
2003-09-25 | do not crank size first, do not do p = realloc(p, ... | Theo de Raadt |
2003-09-25 | whack commons as wanted by ho | Theo de Raadt |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-07-08 | - fix some lists/displays | Jason McIntyre |
2003-06-26 | const the rcsid, and make it say OpenBSD | Ted Unangst |
2003-06-03 | - section reorder | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-30 | only compare suberblock fields that are interesting, instead of trying to | Ted Unangst |
2003-04-26 | string cleaning; ok tedu | Theo de Raadt |
2003-04-16 | string cleaning | Theo de Raadt |
2003-03-11 | spelling | David Krause |
2002-08-23 | - Convert function definitions to new style | Grigoriy Orlov |
2002-08-20 | clean some more signal races, some cannot be fixed | Theo de Raadt |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
2002-02-23 | getc() returns an int | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-01 | fix headers | Theo de Raadt |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-05-28 | Fix directory state tracking. | Grigoriy Orlov |
2001-05-15 | error out if failed to malloc memory for inode cache entry; deraadt@ ok | Michael Shalayeff |
2001-05-15 | report on another calloc() failure | Theo de Raadt |
2001-04-23 | Various man page fixes and improvements from gluk@ | Aaron Campbell |
2001-04-19 | Cleanup dirpref and synhronize superblock with freebsd. | Grigoriy Orlov |
2001-04-13 | Fix overflow in superblock. From FreeBSD. | Grigoriy Orlov |
2001-04-06 | Replace FFS directory preference algorithm(dirpref) by new one. | Grigoriy Orlov |
2001-03-09 | missing \n for MARKED FREE messages, some spaces | Michael Shalayeff |
2001-03-02 | Simpler algorithm or calculating inomapsize | Constantine Sapuntzakis |
2001-03-02 | When doing last second fixes before a commit, it's a good idea | Artur Grabowski |
2001-03-02 | Make fsck aware of soft updates. | Artur Grabowski |
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt |
2001-01-15 | save_errno in signal handler | Theo de Raadt |