Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-03 | PR#141 from David Leonard <d@occult.fnarg.net.au> with some small mods by | briggs | |
me. - Provide option (enabled in GENERIC and GENERICSBC) to disable ADB configuration when serial console is enabled. Old behavior allows booting even if ADB probe hangs (Apple had several ways to access ADB). - Configure ite0 differently--don't assume that it's only extant if it is the console. | |||
1997-04-03 | a start a making getnetbyaddr() respect "lookup" keyword in resolv.conf | kstailey | |
1997-04-03 | add htonl() | kstailey | |
1997-04-03 | per wishes of deraadt add ufs to default fs's to search. | michaels | |
1997-04-03 | remove corrupted original tag | michaels | |
1997-04-02 | Use new makeinfo -P dir option to prepend gcc/f to the include path. | kstailey | |
You must rebuild and install the new makeinfo before building gcc! This corrects the gcc/install.texi gcc/f/install.texi name collision. | |||
1997-04-02 | Add "-P dir" option to prepend a dir to the include path. | kstailey | |
This is driven by g77 using install.texi which collides with gcc install.texi. This has been submitted to bug-texinfo@prep.ai.mit.edu. *** You must rebuild/reinstall makeinfo before building gcc! *** | |||
1997-04-02 | Better implementation of buf_space_*_raw_multi_* that deals well | Niklas Hallqvist | |
with unaligned buffers | |||
1997-04-02 | Fix end boundary of mapping for regions ending at offset 1 in a page. | Niklas Hallqvist | |
From NetBSD PR#3441, Matthias Drochner <drochner@zelz26.zel.kfa-juelich.de> | |||
1997-04-02 | Restructured, as well as added a set of host-to-little/big-endian-16/32-bit | Niklas Hallqvist | |
utility macros (and their opposites), named like htole16 etc. | |||
1997-04-02 | use FDPART(), limit drives to 2 to avoid dev_t problems; ↵ | Theo de Raadt | |
grr@shandakor.tharsis.com | |||
1997-04-02 | warn about MAXPARTITIONS != 16, grr@shandakor.tharsis.com | Theo de Raadt | |
1997-04-02 | doc /etc/yp/DOMAINNAME server list file better | Theo de Raadt | |
1997-04-02 | opt_add() needs to make a copy of the input string since it modifies | Todd C. Miller | |
it and new compilers don't let you write to constant strings. Problem (core dump when using -o) noted by Felix Schroeter. | |||
1997-04-02 | buf oflows, thanks imp & millert | Theo de Raadt | |
1997-04-02 | add SVR4_T_* flags; might be wrong for sparc | Theo de Raadt | |
1997-04-02 | add ipflog | kstailey | |
1997-04-02 | use 10 X for mktemp(1) | Theo de Raadt | |
1997-04-02 | use mkstemp (millert, please double check) | Theo de Raadt | |
1997-04-02 | xid is a u_int32_t | Theo de Raadt | |
1997-04-02 | spelling error | Theo de Raadt | |
1997-04-02 | most 1.3X versions of MEDIAVIS CDR-H93MV have problems; ↵ | Theo de Raadt | |
koji@math.human.nagoya-u.ac.jp | |||
1997-04-02 | save 4k space for i386! | Michael Shalayeff | |
1997-04-02 | Remove FreeBSD-specific stuff from BUGS section. | Todd C. Miller | |
1997-04-02 | #ifndef local | Michael Shalayeff | |
#define local static #endif | |||
1997-04-02 | fix bios geometry calculation | Michael Shalayeff | |
1997-04-02 | fix readdir a little bit | Michael Shalayeff | |
1997-04-02 | missing protos | Michael Shalayeff | |
1997-04-02 | add off-level character recieve. | Dale S. Rahn | |
improve transmission when CTS goes low (like on a modem) | |||
1997-04-02 | don't use cread's open/close. stat does not need libz. save memory | Michael Shalayeff | |
1997-04-02 | fd < 0 is evil | Michael Shalayeff | |
1997-04-02 | add dumb probe routine | Michael Shalayeff | |
1997-04-02 | no more arch/i386/stand/libsa/Makefile.inc | Michael Shalayeff | |
1997-04-02 | add Gogol birthday (; | Michael Shalayeff | |
1997-04-02 | correctly code the classes of permitted TZ specifications for the | Theo de Raadt | |
issetugid() case. thanks bitblt and tholo | |||
1997-04-02 | Merge in good changes from NetBSD: | Todd C. Miller | |
Compile in strcict ansi (some day I'll get around to -Wall) use set* functions instead of modifying the lvalue Change a few sprintf() to snprintf() where it coudl possibly matter. Replace zzhack stuff with something saner to make tip work on alpha | |||
1997-04-02 | clear correct structure, PR#144, grr@shandakor.tharsis.com | Theo de Raadt | |
1997-04-02 | Deal with old-style tar archives with a directory specifier (extension). | Todd C. Miller | |
1997-04-01 | option 'n' was unused, so let's come up with a feature to use it!!! YEAH!! | Theo de Raadt | |
add -n (numeric uid/gid), fix some man page errors; tv@pobox.com | |||
1997-04-01 | Disable editing when in batch mode. Idea from Theo. | Todd C. Miller | |
This makes ``ftp ftp://some.place.com/some/file &'' work. | |||
1997-04-01 | Check in some changes hiding in my tree. | Dale S. Rahn | |
Now that ramdisk is used, booting from floppy does not wait for floppy change. Do not force real mode for booting, this disables caches on certain machines. use the freshly build hack-obj, do not require "." in the current path. | |||
1997-04-01 | fix MAXPARTITIONS problems, PR#138, grr@shandakor.tharsis.com | Theo de Raadt | |
1997-04-01 | svr4 siginfo; I cannot test this | Theo de Raadt | |
1997-04-01 | FPE_INTOVF botch | Theo de Raadt | |
1997-04-01 | depend on DPADD, not only one lib | Michael Shalayeff | |
1997-04-01 | zap extra XXX if swap goes down; paul@wit387304.student.utwente.nl | Theo de Raadt | |
1997-04-01 | Changes from NetBSD to compile games without warnings due to short being | Dale S. Rahn | |
unsigned on some archs, PowerPC, ROMP. | |||
1997-04-01 | Add DrHW for RasterOps CB264--From Scott Reynolds--and link it in to the | briggs | |
proper interrupt routine. grfmv_intr_mystery changed to grfmv_intr_cb264. | |||
1997-04-01 | don't disable the build of gdb for the alpha - it should work now | Thomas Graichen | |
1997-04-01 | it's called xm-alphaobsd.h and not xm-alpha.h | Thomas Graichen | |