summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-12-29don't strip boot.com on installThomas Graichen
1996-12-29be more consistent when printing the memory values at bootup - now alsoThomas Graichen
the BIOS mem stuff is printed in bytes - like the other values too
1996-12-29add some comments to some things we removed to get also more brokenThomas Graichen
keyboards working
1996-12-29change the name of the history file from .pdksh_hist to .ksh_historyThomas 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-29remove one / from the printf of the filenames (_PATH_UNIX begings with aThomas Graichen
slash - /bsd so we don't need an extra slash there)
1996-12-29our tar (paxtar) is now in /bin/tar not /usr/bin/tarThomas Graichen
1996-12-29work around the missing (gtar) -T (--files-from) option of our paxtarThomas 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-28changed __NetBSD__ to __OpenBSD__kstailey
1996-12-28crank minor due to arc4randomTheo de Raadt
1996-12-28Fix prerequisite test, still need to check why NODEV bufs comes here.Niklas Hallqvist
1996-12-28an entire an entireJason Downs
1996-12-28arc4random() number generator, for use with things like RPC xid's.dm
1996-12-28add OpenBSD tag to files.Dale S. Rahn
1996-12-28adding OpenBSD tag to files.Dale S. Rahn
1996-12-28Adding OpenBSD tags to files.Dale S. Rahn
1996-12-28Adding OpenBSD tags to files.Dale S. Rahn
1996-12-28Changes necessary to make the kernel compile and boot.Dale S. Rahn
Some merging with NetBSD port.
1996-12-28add necessary file for powerpc port.Dale S. Rahn
It would be really nice if this was a "standard" libkern function.
1996-12-2895% of common uses of these are incorrect and insecure. correct use isTheo de Raadt
incredibly rare. Time for some education!
1996-12-28suggest alternative in ld warn messageTheo de Raadt
1996-12-28Got an NCR controller too nowThorsten Lockert
1996-12-28Switch to pcvt for consoleThorsten Lockert
1996-12-27new NetBSD file; #include from <machine/cpu.h> on m68k boxenkstailey
1996-12-27epilepsy in csrg?Theo de Raadt
1996-12-27Remove some GCC warnings in generated output; from Steve Price via FreeBSDThorsten Lockert
1996-12-27merged into autoconf.h and control.hkstailey
1996-12-27adjusted to state "no hard links to directories"kstailey
1996-12-27merged into if_le.ckstailey
1996-12-26compile, Makefile rebuildMichael Shalayeff
1996-12-25Merge our chagnes with FreeBSD's latest changes. We should nowimp
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-25no compile test after last change: no need for that umask too, i guessMichael Shalayeff
1996-12-25smaller codeTheo de Raadt
1996-12-25do not need umask for mkstempTheo de Raadt
1996-12-25Use <stdlib.h>, not <malloc.h>Thorsten Lockert
1996-12-24sync with NetBSDkstailey
1996-12-24new NetBSD filekstailey
1996-12-24do not need umask fiddlingTheo de Raadt
1996-12-24test kernel for wglen driverTheo de Raadt
1996-12-24nearly working driver for wglen serial cardTheo de Raadt
1996-12-24for the moment, yammer a bit moreTheo de Raadt
1996-12-24call all irq routinesTheo de Raadt
1996-12-24reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache ↵dm
timeout flags
1996-12-24Make termination of objects wait for possible collapses before alteringNiklas 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-24indicate this mktemp is vulnerable to a DOS attack, however the impact is ↵Theo de Raadt
very low
1996-12-24use mkstemp insteadTheo de Raadt
1996-12-24comment on why this mktemp use is safeTheo de Raadt
1996-12-24use mkstempTheo de Raadt
1996-12-24ref sigactionTheo de Raadt
1996-12-24use mkstemp()Theo de Raadt
1996-12-24Use mkstemp(3) for temporary filesThorsten Lockert