Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-13 | handle ext2fs specially | Theo de Raadt | |
1997-08-13 | better rv types | Michael Shalayeff | |
1997-08-13 | s/kbd/pc/ for consistency with kernel. Do even better __asms for BIOS calls. | Niklas Hallqvist | |
Adapt to new console probing and setting API. Do not try to probe pc0 via the NVRAM. Fix some other buglets. | |||
1997-08-13 | Add console switching logic | Niklas Hallqvist | |
1997-08-13 | print boot message on the right console | Michael Shalayeff | |
1997-08-13 | be honest about roots | Michael Shalayeff | |
1997-08-13 | split off START into LINKADDR and LOADADDR (we will need reloctable boot) | Michael Shalayeff | |
BOOTREL as a linear address, not segment one more heap (; | |||
1997-08-13 | remove unused include | Michael Shalayeff | |
more const | |||
1997-08-13 | print kernel arguments | Michael Shalayeff | |
1997-08-13 | getsecs() is in stand.h | Michael Shalayeff | |
move time_print() into libsa.h | |||
1997-08-13 | inline apm calls | Michael Shalayeff | |
1997-08-13 | inline calls | Michael Shalayeff | |
1997-08-13 | unused include | Michael Shalayeff | |
1997-08-13 | reuse ret code for both message and chr | Michael Shalayeff | |
some tab adjustment (4-pos tab is not good ;) | |||
1997-08-13 | typo | Niklas Hallqvist | |
1997-08-12 | poll BIOS as said in comment | Michael Shalayeff | |
1997-08-12 | _you_, hear?! never touch anything when doing commits! | Michael Shalayeff | |
1997-08-12 | revert to prev-cons behaviour | Michael Shalayeff | |
1997-08-12 | slite rewrite | Michael Shalayeff | |
set/print vars in a consistent (by niklas@) | |||
1997-08-12 | new cons | Michael Shalayeff | |
1997-08-12 | new cons | Michael Shalayeff | |
do no apm w/o one compiled int | |||
1997-08-12 | new cons | Michael Shalayeff | |
1997-08-12 | new cons | Michael Shalayeff | |
1997-08-12 | protos | Michael Shalayeff | |
1997-08-12 | new cons | Michael Shalayeff | |
do inline BIOS calls | |||
1997-08-12 | new, like dev/cninit.c+cons.c | Michael Shalayeff | |
1997-08-12 | who needs it? | Michael Shalayeff | |
1997-08-12 | inline biosd_rw | Michael Shalayeff | |
1997-08-12 | call BIOS inline (add struct EDD_cb into biosvar.h) | Michael Shalayeff | |
1997-08-12 | no more biosmem.S | Michael Shalayeff | |
1997-08-12 | better regs | Michael Shalayeff | |
1997-08-12 | move that inline | Michael Shalayeff | |
1997-08-12 | Removed unused vars. Added missing arg to bus_space_map. | Niklas Hallqvist | |
Reported by Berndt Josef Wulf <wulf@ping.net.au> | |||
1997-08-12 | typo; graphix@iastate.edu | Theo de Raadt | |
1997-08-11 | Prototype things. | Todd C. Miller | |
1997-08-11 | Timeout reads/writes on the socket just to be safe. | Todd C. Miller | |
1997-08-11 | Use mktemp(1) to avoid potential /tmp/ and cwd races. | Todd C. Miller | |
1997-08-11 | Add extra off_t casts for paranoia and because I don't have a large | Todd C. Miller | |
filesystem to prove that it is *not* necesary. | |||
1997-08-10 | Pass -Wall and add OpenBSD tags. | Todd C. Miller | |
1997-08-10 | Line up better with -t. | Todd C. Miller | |
1997-08-10 | Update date up. | Todd C. Miller | |
1997-08-09 | The list of tcp/udp ports not to allocate dynamically is now | Todd C. Miller | |
a bitmask configurable via sysctl([38]). The default values have not changed. If one wants to change the list it should be done early on in /etc/rc. | |||
1997-08-09 | Fix some minor stuff and flesh out a bit. | Todd C. Miller | |
1997-08-09 | Increased performance in ypserv by two different actions: | Mats O Jansson | |
1) ypdb_open_db now check error condition when something goes wrong. Instead of always as before. by request of theo. 2) turned on -DOPTDB in Makefile. This will cause ypserv to keep databases opened. If not defined ypserv will open and close the map for every request. I think it was turned off before when yppush didn't work. If a map changes yppush will signal to ypserv that the map has changed and ypserv will reopen the map. ypserv will start closing maps when it run out of file descriptors. Then it will close the map least resent used. -moj | |||
1997-08-09 | Using stdio on sockets is gross so don't do it. Also some -Wall. | Todd C. Miller | |
1997-08-09 | NetBSD PR/3504 reported by Brian Baird. | Mats O Jansson | |
Do as the man page says. Don't create /var/yp/ypserv.log if it doesn't exist. -moj | |||
1997-08-09 | Fix boot message | Tobias Weingartner | |
1997-08-09 | struct statfs uses a signed short f_flags field. This field is used in | Niklas Hallqvist | |
the long (the type) expression that makes up the mount flags field passed to mount(2). If we are dealing with a noatime mount this means sign extension will occur and the flag field will get messed up. I.e. noatime mounts (at least rw ones) ended up not exportable. I fixed this by casting to u_short in the expressions, but I would like to change struct statfs instead, but that is an API issue it is not for me to decide on. I also added error decoding in two syslog calls. This was made possible by the arglist heuristics printout of OpenBSD/alpha DDB :-) | |||
1997-08-09 | SYN flood protection, by specifying | Angelos D. Keromytis | |
option TCPCOOKIE in the kernel config file. For very busy servers, consider raising the TCK_NFRIENDS value (it's currenly set to 16). Code originally from Matt Blaze and John Ioannidis. | |||
1997-08-08 | Clarify a bit. | Todd C. Miller | |