Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-31 | Another static buffer bytes the dust. | Todd C. Miller | |
1997-07-31 | Document an assumption and kill a static buffer. | Todd C. Miller | |
1997-07-31 | typo | Niklas Hallqvist | |
1997-07-31 | Make quotas optional; wedged into netstart for the time being. | Jason Downs | |
/etc/rc.conf, anyone? | |||
1997-07-31 | Support for newer cards with i82555 PHY. From FreeBSD. | Jason Downs | |
1997-07-31 | some indentation stuff | Theo de Raadt | |
1997-07-30 | backout the curproc dereference change says kstailey@openbsd.org | Niklas Hallqvist | |
1997-07-30 | new routed DOES NOT EVEN COMPILE LET ALONE WORK. TEST YOUR WORK! | Theo de Raadt | |
Also, put back the damn security check in input.c that has been deleted TWO SEPERATE TIMES NOW! I CURSE anyone who deletes that check again. | |||
1997-07-30 | update to sgi-02apr97 | Michael Shalayeff | |
still have problems w/ defaults from pppd | |||
1997-07-30 | KNF and other style nits | Niklas Hallqvist | |
1997-07-30 | do not run routed by default | Theo de Raadt | |
1997-07-30 | oops, missed | Michael Shalayeff | |
1997-07-30 | KNF | Niklas Hallqvist | |
1997-07-30 | From NetBSD: protect a curproc dereference against NULL | Niklas Hallqvist | |
1997-07-30 | mickey 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-30 | add backslash missing from ENTER() macro | kstailey | |
1997-07-30 | respect INSTALL_STRIP=-s on alpha | kstailey | |
add GLOBAL_AUTCONF_CACHE (for the fortran bits) | |||
1997-07-30 | respect 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-30 | Sync to netbsd + use OpenBSD bus_space_*_raw_ API | Niklas Hallqvist | |
1997-07-30 | Get ypxfr working again by remove some of the code from previous commit. -moj | Mats O Jansson | |
1997-07-30 | Simplify ifdefs. Ensure a MBR-originated fake label will be chosen before the | Niklas Hallqvist | |
more minimal label that used to get precedence. Comment some more. | |||
1997-07-30 | Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD. | Niklas Hallqvist | |
Some KNF too. | |||
1997-07-30 | Make istrcpy() take a size (not length) field, now called istrncpy(). | Todd C. Miller | |
Change some strcpy() -> strncpy() out of paranoia. | |||
1997-07-30 | Fix one possible oflow (not exploitable) and do a wee bit of KNF. | Todd C. Miller | |
Much more remains to be done. | |||
1997-07-29 | Support BSD/OS 2.1, add OpenBSD tags. | Jason Downs | |
1997-07-29 | Test 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-29 | oops | Theo de Raadt | |
1997-07-29 | This case of version number update is a little special and was not well-known | Niklas 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-29 | wrap wait3 with save_errno | Theo de Raadt | |
1997-07-29 | tun_bpf not needed | Theo de Raadt | |
1997-07-29 | disable e2fsprogs for now | Theo de Raadt | |
1997-07-29 | tell bpf packet header is u_char sized; also indent. spotted by newsham | Theo de Raadt | |
1997-07-29 | indent | Theo de Raadt | |
1997-07-29 | delete accidental #if 0 | flipk | |
1997-07-29 | 1) display full time string in 'vmstat' display so you can tell | flipk | |
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-29 | add braces to variable | kstailey | |
1997-07-29 | Changed 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-29 | remove global cache at start of "make build" if GLOBAL_CACHE option is in effect | kstailey | |
1997-07-29 | Start 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-29 | Changed vfork() to fork() -- pointed out by Theo | bitblt | |
1997-07-29 | convert to mdoc format | flipk | |
1997-07-29 | use sendmail -t | Theo de Raadt | |
1997-07-29 | sendmail -t please | Theo de Raadt | |
1997-07-29 | what incredible bullshit | Theo de Raadt | |
1997-07-29 | Theo really wanted a hole in Allman code. Now he's got one. | bitblt | |
1997-07-29 | Respect ${INSTALL_STRIP} == -s on alpha. | kstailey | |
1997-07-28 | do multipage pmap_pageable | Michael Shalayeff | |
1997-07-28 | adopt for assym.h | Michael Shalayeff | |
1997-07-28 | assym.h | Michael Shalayeff | |
1997-07-28 | use assym.h | Michael Shalayeff | |
poke BPBs in for bios and dos some values have to be filled out by fdisk/installboot |