summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-30update to sgi-02apr97Michael Shalayeff
still have problems w/ defaults from pppd
1997-07-30KNF and other style nitsNiklas Hallqvist
1997-07-30do not run routed by defaultTheo de Raadt
1997-07-30oops, missedMichael Shalayeff
1997-07-30KNFNiklas Hallqvist
1997-07-30From NetBSD: protect a curproc dereference against NULLNiklas Hallqvist
1997-07-30mickey has pieces he has not committed.flipk
if he puts the tree in an unbuildable state again.. anyway, all these problems came from the fact that etc/genassym.cf wasn't even being used, and assym.h is where key defines were supposed to be coming from. now we actually include etc/genassym.cf in the genassym.sh processing, and remove the #includes i had in place to work around it. now if mickey had committed machine/biosvar.h, etc/Makefile, and these asm files all at the same time, there wouldn't have been a problem....
1997-07-30add backslash missing from ENTER() macrokstailey
1997-07-30respect INSTALL_STRIP=-s on alphakstailey
add GLOBAL_AUTCONF_CACHE (for the fortran bits)
1997-07-30respect INSTALL_STRIP=-s on alpha (only one binary is unstripped now)kstailey
add GLOBAL_AUTCONF_CACHE (it's in my whole tree, yours soon too)
1997-07-30Sync to netbsd + use OpenBSD bus_space_*_raw_ APINiklas Hallqvist
1997-07-30Get ypxfr working again by remove some of the code from previous commit. -mojMats O Jansson
1997-07-30Simplify ifdefs. Ensure a MBR-originated fake label will be chosen before theNiklas Hallqvist
more minimal label that used to get precedence. Comment some more.
1997-07-30Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD.Niklas Hallqvist
Some KNF too.
1997-07-30Make istrcpy() take a size (not length) field, now called istrncpy().Todd C. Miller
Change some strcpy() -> strncpy() out of paranoia.
1997-07-30Fix one possible oflow (not exploitable) and do a wee bit of KNF.Todd C. Miller
Much more remains to be done.
1997-07-29Support BSD/OS 2.1, add OpenBSD tags.Jason Downs
1997-07-29Test before you Commit!!flipk
1) missing include files in biosboot.S and gidt.S 2) macros in apm_init.S, biosdisk.S, gidt.S wrong case
1997-07-29oopsTheo de Raadt
1997-07-29This case of version number update is a little special and was not well-knownNiklas Hallqvist
before. A new general rule has been formed: When you change a library to *use* a new API of another library (which may there only have given need to a minor number crank), you must crank the *major*. The specific scenario that was seen this time was: I libc 16 started without the SHA interface II libskey 0 did obviously not use it III installation of libc 16 and libskey 0 IV software installed that uses libskey V libc 16 got SHA added, minor number update VI libskey 0 was changed to use it VII libc was cranked to 17 for other reasons VIII installation of libc 17 and newer libskey 0 IX use of the software installed in IV fails! This is due to the fact that the libskey using software searches for the most current libskey 0, which uses the SHA interface, and the most current libc 16 which was the old one installed in III, which does not provide SHA, and thus gets two incompatible libraries linked with it. Crash! One could argue that people should install all library versions that is made available, but that is really not feasible. One have to recognize that people may build their systems at arbitrary points in time and then go on to install software they know work at their lib revision levels. A later build should not break this software, that may only be available in binary versions.
1997-07-29wrap wait3 with save_errnoTheo de Raadt
1997-07-29tun_bpf not neededTheo de Raadt
1997-07-29disable e2fsprogs for nowTheo de Raadt
1997-07-29tell bpf packet header is u_char sized; also indent. spotted by newshamTheo de Raadt
1997-07-29indentTheo de Raadt
1997-07-29delete accidental #if 0flipk
1997-07-291) display full time string in 'vmstat' display so you can tellflipk
the difference between an inactive display and a hung machine. 2) Update the man page for 'vmstat' to reflect reality (and actually explain all those vm abbreviations). netbsd PR bin/2756 (Jonathan Stone <jonathan@DSG.Stanford.EDU>
1997-07-29add braces to variablekstailey
1997-07-29Changed the rules.kstailey
The variable is now GLOBAL_AUTOCONF_CACHE. You must set it to the name of the cache file to use. Ether "setenv GLOBAL_AUTOCONF_CACHE /var/tmp/foo" or add it to /etc/mk.conf
1997-07-29remove global cache at start of "make build" if GLOBAL_CACHE option is in effectkstailey
1997-07-29Start of GLOBAL_CACHE option to speed compiles.kstailey
This change should have no effect by default. "setenv GLOBAL_CACHE" or add GLOBAL_CACHE to /etc/mk.conf to activate. Global cache files are on a per-account basis to deal with security.
1997-07-29Changed vfork() to fork() -- pointed out by Theobitblt
1997-07-29convert to mdoc formatflipk
1997-07-29use sendmail -tTheo de Raadt
1997-07-29sendmail -t pleaseTheo de Raadt
1997-07-29what incredible bullshitTheo de Raadt
1997-07-29Theo really wanted a hole in Allman code. Now he's got one.bitblt
1997-07-29Respect ${INSTALL_STRIP} == -s on alpha.kstailey
1997-07-28do multipage pmap_pageableMichael Shalayeff
1997-07-28adopt for assym.hMichael Shalayeff
1997-07-28assym.hMichael Shalayeff
1997-07-28use assym.hMichael Shalayeff
poke BPBs in for bios and dos some values have to be filled out by fdisk/installboot
1997-07-28libsa assym.h configMichael Shalayeff
1997-07-28NULLTheo de Raadt
1997-07-28generate assym.hMichael Shalayeff
1997-07-28typosNiklas Hallqvist
1997-07-28Use the config.guess we have elsewhere, brings us arc supportNiklas Hallqvist
1997-07-28allocate random portsTheo de Raadt
1997-07-28for netatalk, pull in netatalk/at_extern.hTheo de Raadt
1997-07-28Move configuration of loopback interface to before all other interfaces.kstailey
Allows the use of local caching-only nameserver with no "nameserver" entry in /etc/resolv.conf to configure a route between the hostname and loopback.