Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-29 | don't strip boot.com on install | Thomas Graichen | |
1996-12-29 | be more consistent when printing the memory values at bootup - now also | Thomas Graichen | |
the BIOS mem stuff is printed in bytes - like the other values too | |||
1996-12-29 | add some comments to some things we removed to get also more broken | Thomas Graichen | |
keyboards working | |||
1996-12-29 | change the name of the history file from .pdksh_hist to .ksh_history | Thomas Graichen | |
this way it is clearer where it comes from (pdksh is ksh in OpenBSD) and it's more consistent with other shells (bash - .bash_history and i think FreeBSD's sh also used something like .sh_history) | |||
1996-12-29 | remove one / from the printf of the filenames (_PATH_UNIX begings with a | Thomas Graichen | |
slash - /bsd so we don't need an extra slash there) | |||
1996-12-29 | our tar (paxtar) is now in /bin/tar not /usr/bin/tar | Thomas Graichen | |
1996-12-29 | work around the missing (gtar) -T (--files-from) option of our paxtar | Thomas Graichen | |
in pkg_create so that it should work now with paxtar (the -X option is still missing due to missing -X - in the gtar meaning --exclude-from-file option) i did it by changing the FreeBSD way of doing it (open a pipe to tar with -T - (read filenames from stdin) and give all the filenames to the pipe) to constructing a big :-) argumentlist for tar and executing it without the pipe (not the best solution but it works :-) | |||
1996-12-28 | changed __NetBSD__ to __OpenBSD__ | kstailey | |
1996-12-28 | crank minor due to arc4random | Theo de Raadt | |
1996-12-28 | Fix prerequisite test, still need to check why NODEV bufs comes here. | Niklas Hallqvist | |
1996-12-28 | an entire an entire | Jason Downs | |
1996-12-28 | arc4random() number generator, for use with things like RPC xid's. | dm | |
1996-12-28 | add OpenBSD tag to files. | Dale S. Rahn | |
1996-12-28 | adding OpenBSD tag to files. | Dale S. Rahn | |
1996-12-28 | Adding OpenBSD tags to files. | Dale S. Rahn | |
1996-12-28 | Adding OpenBSD tags to files. | Dale S. Rahn | |
1996-12-28 | Changes necessary to make the kernel compile and boot. | Dale S. Rahn | |
Some merging with NetBSD port. | |||
1996-12-28 | add necessary file for powerpc port. | Dale S. Rahn | |
It would be really nice if this was a "standard" libkern function. | |||
1996-12-28 | 95% of common uses of these are incorrect and insecure. correct use is | Theo de Raadt | |
incredibly rare. Time for some education! | |||
1996-12-28 | suggest alternative in ld warn message | Theo de Raadt | |
1996-12-28 | Got an NCR controller too now | Thorsten Lockert | |
1996-12-28 | Switch to pcvt for console | Thorsten Lockert | |
1996-12-27 | new NetBSD file; #include from <machine/cpu.h> on m68k boxen | kstailey | |
1996-12-27 | epilepsy in csrg? | Theo de Raadt | |
1996-12-27 | Remove some GCC warnings in generated output; from Steve Price via FreeBSD | Thorsten Lockert | |
1996-12-27 | merged into autoconf.h and control.h | kstailey | |
1996-12-27 | adjusted to state "no hard links to directories" | kstailey | |
1996-12-27 | merged into if_le.c | kstailey | |
1996-12-26 | compile, Makefile rebuild | Michael Shalayeff | |
1996-12-25 | Merge our chagnes with FreeBSD's latest changes. We should now | imp | |
have identical bsd.port.mk files again. This file has successfully compiled many of the archivers, gnu make, and emacs (althought the emacs deltas have not been merged back into the FreeBSD tree yet since I don't have it working yet). The FreeBSD Id line may be slightly off since I generated it by hand to match the commit I just made there. | |||
1996-12-25 | no compile test after last change: no need for that umask too, i guess | Michael Shalayeff | |
1996-12-25 | smaller code | Theo de Raadt | |
1996-12-25 | do not need umask for mkstemp | Theo de Raadt | |
1996-12-25 | Use <stdlib.h>, not <malloc.h> | Thorsten Lockert | |
1996-12-24 | sync with NetBSD | kstailey | |
1996-12-24 | new NetBSD file | kstailey | |
1996-12-24 | do not need umask fiddling | Theo de Raadt | |
1996-12-24 | test kernel for wglen driver | Theo de Raadt | |
1996-12-24 | nearly working driver for wglen serial card | Theo de Raadt | |
1996-12-24 | for the moment, yammer a bit more | Theo de Raadt | |
1996-12-24 | call all irq routines | Theo de Raadt | |
1996-12-24 | reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache ↵ | dm | |
timeout flags | |||
1996-12-24 | Make termination of objects wait for possible collapses before altering | Niklas Hallqvist | |
the object's shadow linkage. Also note that the object is going to die so that a possible collapse can finish early. | |||
1996-12-24 | indicate this mktemp is vulnerable to a DOS attack, however the impact is ↵ | Theo de Raadt | |
very low | |||
1996-12-24 | use mkstemp instead | Theo de Raadt | |
1996-12-24 | comment on why this mktemp use is safe | Theo de Raadt | |
1996-12-24 | use mkstemp | Theo de Raadt | |
1996-12-24 | ref sigaction | Theo de Raadt | |
1996-12-24 | use mkstemp() | Theo de Raadt | |
1996-12-24 | Use mkstemp(3) for temporary files | Thorsten Lockert | |