Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-06 | more | Theo de Raadt | |
1998-02-06 | sync | Theo de Raadt | |
1998-02-06 | Maintain count of free pages. This bug triggered total hangs on | Niklas Hallqvist | |
big buffer cache systems where the cache got split up between low and high memory | |||
1998-02-06 | wordperfect support; ksulliva@psc.edu | Theo de Raadt | |
1998-02-06 | size_t n in initstate(); XPG | Theo de Raadt | |
1998-02-06 | typo | Theo de Raadt | |
1998-02-05 | need db_var.h | Theo de Raadt | |
1998-02-05 | Actually, if you'd like to be technical, obio first appeared in OpenBSD 2.0. | gene | |
1998-02-05 | Or, alternately, it was an honest mistake. | gene | |
1998-02-05 | sync with netbsd: 4/300 dma fix | Jason Wright | |
1998-02-05 | special -> device | Tobias Weingartner | |
1998-02-05 | Add man page. I don't know which revision this one is, I might have | Tobias Weingartner | |
a newer version of this utility to commit later... | |||
1998-02-05 | oops, need include file | Theo de Raadt | |
1998-02-05 | ddb sysctl | Theo de Raadt | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt | |
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code.. | |||
1998-02-05 | Xr | Theo de Raadt | |
1998-02-05 | Buf ovfl check... | Per Fogelstrom | |
1998-02-05 | introduce /etc/sysctl.conf containing sysctl variables to change at boot time | Theo de Raadt | |
1998-02-05 | apparently when some people only commit rarely, they forget to test their ↵ | Theo de Raadt | |
changes | |||
1998-02-05 | Don't count DNS lookup time in ping -R. Problem noted by | Todd C. Miller | |
Bill Fenner <fenner@FreeBSD.ORG>, fix from Theo <deraadt@openbsd.org>. | |||
1998-02-05 | Ha! Caught Todd making a mistake! | Theo de Raadt | |
1998-02-05 | Add usage line | Todd C. Miller | |
1998-02-04 | + strptime, from netbsd | Theo de Raadt | |
1998-02-04 | clarify fileno(3) | Theo de Raadt | |
1998-02-04 | fix usage string | Todd C. Miller | |
1998-02-04 | + scan_ffs | Theo de Raadt | |
1998-02-04 | + scan_ffs | Theo de Raadt | |
1998-02-04 | very handy program that scans a device for filesystems; from niklas & weingart. | Theo de Raadt | |
Needs a man page, anyone willing? | |||
1998-02-04 | Correct magic number format string | brian | |
Spotted by: Bruce M. Walter <walter@fortean.com> | |||
1998-02-04 | Several new mac68k man pages from Colin Wood. | gene | |
With some semantic and OpenBSD-specific tweaks from me. | |||
1998-02-03 | whack _exit(); gnat@prometheus.frii.com | Theo de Raadt | |
1998-02-03 | possessive | Theo de Raadt | |
1998-02-03 | openbsd | Theo de Raadt | |
1998-02-03 | Work around a glob() and Netscape problem; the local glob() hacker may | Jason Downs | |
want to read the commentary if he wants another project. | |||
1998-02-03 | sync with netbsd | Jason Wright | |
1998-02-03 | Make __{CTOR,DTOR}_LIST__ extern instead of array of size zero | Marco S Hyman | |
1998-02-03 | bail out for sourcerouted packets earlier, also do not forward | Theo de Raadt | |
sourcerouted packets ever if ipforwarding is off; tqbf@secnet.com | |||
1998-02-03 | sync | Theo de Raadt | |
1998-02-03 | void *ss_sp; XPG | Theo de Raadt | |
1998-02-03 | more pci subclasses and such; netbsd | Theo de Raadt | |
1998-02-03 | more bridge types | Theo de Raadt | |
1998-02-03 | fix preconsolidate; dzerkel@phofarm.com | Theo de Raadt | |
1998-02-03 | usage line fix; pjanzen@foatdi.harvard.edu | Theo de Raadt | |
1998-02-03 | workaround gethostbyaddr() race in signal handler; more correct fix would | Theo de Raadt | |
change SIGHUP handler to only set a flag that the main loop catches. But I'm lazy, and starting to believe noone gives a damn... | |||
1998-02-03 | bad types; wileyc@sekiya.twics.co.jp | Theo de Raadt | |
1998-02-03 | Steal better desciption of GLOB_NOESCAPE from fnmatch(3). | Todd C. Miller | |
1998-02-03 | Sync with NetBSD 970827. Forgot this one last time. -moj | Mats O Jansson | |
1998-02-03 | lean up lint warnings | Thorsten Lockert | |
1998-02-03 | Fix the non-MACHINE_NONCONTIG case for Jason's fix. | Todd C. Miller | |
1998-02-03 | Use short dash, not long dash, so makewhatis.sed doesn't get confused. | Todd C. Miller | |
Noted by Theo (binutils objdump.1 is already ok). |