summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-08-12new consMichael Shalayeff
1997-08-12protosMichael Shalayeff
1997-08-12new consMichael Shalayeff
do inline BIOS calls
1997-08-12new, like dev/cninit.c+cons.cMichael Shalayeff
1997-08-12who needs it?Michael Shalayeff
1997-08-12inline biosd_rwMichael Shalayeff
1997-08-12call BIOS inline (add struct EDD_cb into biosvar.h)Michael Shalayeff
1997-08-12no more biosmem.SMichael Shalayeff
1997-08-12better regsMichael Shalayeff
1997-08-12move that inlineMichael Shalayeff
1997-08-12Removed unused vars. Added missing arg to bus_space_map.Niklas Hallqvist
Reported by Berndt Josef Wulf <wulf@ping.net.au>
1997-08-12typo; graphix@iastate.eduTheo de Raadt
1997-08-11Prototype things.Todd C. Miller
1997-08-11Timeout reads/writes on the socket just to be safe.Todd C. Miller
1997-08-11Use mktemp(1) to avoid potential /tmp/ and cwd races.Todd C. Miller
1997-08-11Add extra off_t casts for paranoia and because I don't have a largeTodd C. Miller
filesystem to prove that it is *not* necesary.
1997-08-10Pass -Wall and add OpenBSD tags.Todd C. Miller
1997-08-10Line up better with -t.Todd C. Miller
1997-08-10Update date up.Todd C. Miller
1997-08-09The list of tcp/udp ports not to allocate dynamically is nowTodd 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-09Fix some minor stuff and flesh out a bit.Todd C. Miller
1997-08-09Increased 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-09Using stdio on sockets is gross so don't do it. Also some -Wall.Todd C. Miller
1997-08-09NetBSD 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-09Fix boot messageTobias Weingartner
1997-08-09struct statfs uses a signed short f_flags field. This field is used inNiklas 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-09SYN flood protection, by specifyingAngelos 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-08Clarify a bit.Todd C. Miller
1997-08-08Sync upTobias Weingartner
1997-08-08Use the new bounds_check_with_label API. Add generic support for readingNiklas Hallqvist
both little and big endian BSD disklabels. Add a specific hook to read such a big-endian disklabel as it is found on amiga (normally, however, amiga uses the native RDB format, which still is not supported).
1997-08-08typoNiklas Hallqvist
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it.
1997-08-08Stab at fixing the locators.h mess, test!Niklas Hallqvist
1997-08-08Add a "parsed" flag for ps fields so we don't print the same fieldTodd C. Miller
multiple times. Fixes PR #298 from Carsten Hammer <chammer@vogon.party.de>
1997-08-08Add htobe32 and similar friendsNiklas Hallqvist
1997-08-08Temporary fixTobias Weingartner
1997-08-08More pedanticTobias Weingartner
1997-08-08Thanks Niklas (nuke push/pop)Tobias Weingartner
1997-08-08Updated from GENERIC.Jason Downs
1997-08-08Add cgtwo, cgfourteen, tcx.Jason Downs
1997-08-08Update GENERIC_SCSI3 from GENERIC and add tags.Jason Downs
1997-08-08Missed these...Jason Downs
1997-08-08Initialize hwreset.Jason Downs
1997-08-08Initialize hwreset.Jason Downs
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled.
1997-08-08Initialize hwreset.Jason Downs
1997-08-08Initialize hwreset.Jason Downs
1997-08-08Initialize hwreset.Jason Downs
1997-08-08Initialize hwreset.Jason Downs
1997-08-08Mostly sync to NetBSD-current 970804 + tags.Jason Downs