summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-28Sprinkle some assertions in the buffer code.Artur Grabowski
Add a new DEBUG function "buf_print" that prints the contents of struct buf.
2001-10-27remove unused timeout in lockinit() per art@'s idea.Michael Shalayeff
fix the init state handling on failure; reported by nate@.
2001-10-27Every file must have a license blob, even if the blob is larger than the file.Artur Grabowski
2001-10-27Send User-Agent: OpenBSD ftp to WWW servers and proxies.Heikki Korpela
``User agents SHOULD include this field with requests'', from RFC 2616: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.43 Patch from and problem reported by Diana Eichert <deicher@sandia.gov> when using proxies with specific browser requirements. Tested by me with the ports mirror-maker makefile / fetch-all script (with and without a proxy). ok millert@
2001-10-27permit compiling of non-pci kernels containing ahcTheo de Raadt
2001-10-27sync -p arch support list with shutdown(8); from Jason Ackley <jason@ackley.net>Peter Valchev
2001-10-27syncTheo de Raadt
2001-10-26add eisensteinMichael Shalayeff
2001-10-26run the approve for accounts with expiration time, too. ok millert@Markus Friedl
2001-10-26syncNathan Binkert
2001-10-26MCT USB-232 interfaceNathan Binkert
from S@mSmith.net
2001-10-26Update for FreeBSD port. Noted by olof@crt.se.Hakan Olsson
2001-10-26libcrypto.h should be included. Sort includes.Hakan Olsson
2001-10-26Unbreak.Artur Grabowski
2001-10-26(c)-2001.Hakan Olsson
2001-10-26As sysdep/ is included for all OSes, this file is now obsolete.Hakan Olsson
2001-10-26Change to use sysdep_sa_len() function.Hakan Olsson
2001-10-26Add sysdep_sa_len function.Hakan Olsson
2001-10-26 - every new fd created by falloc() is marked as larval and should not be usedArtur Grabowski
any anyone. Every caller of falloc matures the fd when it's usable. - Since every lookup in the fd table must now check this flag and all of them do the same thing, move all the necessary checks into a function - fd_getfile.
2001-10-26Well, "zap kernfs" and MISS!Janne Johansson
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib/amiga/ramdisk/list.diff?r1=1.6&r2=1.7&f=h Re-insert mount_ados so that local fs installs work again.
2001-10-26Just rename sockaddr_data/len functions to sockaddr_addrdata/addrlen.Hakan Olsson
2001-10-26Sometimes the daemon will not die promptly on SIGTERM, even thoughHakan Olsson
all DELETE notifications is sent out. Create a prioritized send-queue for the DELETE messages to solve this. Some (C)-2001. niklas@ ok.
2001-10-26Don't bomb if isadma is not configured.Artur Grabowski
2001-10-26Remove unused #define INUSE. It was rendered superfluous by theKenneth R Westerback
move to pools in SCSI layer.
2001-10-26 - split fdalloc into two functions. fdalloc now returns ENOSPC if itArtur Grabowski
would have to grow the table and fdexpand that grows the table. Since fdexpand can sleep we have to restart all operations if we have to call it. - dup2 changed so that finishdup frees the destination descriptor. - unp_externalize is a completly rewritten version from NetBSD. Changes mostly inspired by NetBSD.
2001-10-26accept the fact that people continue to use decimal pointsKenjiro Cho
to specify bandwidth... make the parser to use strtod(3) instead of strtoul(3).
2001-10-26avoid divide-by-zero when the specified bandwidth is less than 8bps.Kenjiro Cho
PR kernel/2150
2001-10-26getopt(3) returns -1 when out of args, not EOF.Mike Pechkin
itojun@ ok
2001-10-26kill registers.Mike Pechkin
itojun@ ok
2001-10-26Typo in comment.Artur Grabowski
2001-10-26Allocate an appropriate number of cbd's for each discovered LUNKenneth R Westerback
at probe time, rather than allocating them dynamically as SCSI commands are started. This should eliminate one possible way of calling bus_dmamem_map() while in interrupt context. Potential problem spotted by Art@. Inspired by changes to achieve same effect in NetBSD by bouyer@.
2001-10-26add floppy deviceNathan Binkert
2001-10-26First cut at a port of isadma and floppy driver. ok art@Nathan Binkert
From NetBSD via jay@rootaction.net
2001-10-26spaces to tabsNathan Binkert
2001-10-26fix commentNathan Binkert
2001-10-26Fix a problem with the probe message being printed for cards with noKenneth R Westerback
RAM. A card that did not have RAM was causing a probe message with no terminating '\n', but with a dangling ', '. Problem noted by Todd T. Fries.
2001-10-25Code in scanlib similar to main ldd, to recognize fmt1 and fmt2 and useMarc Espie
them.
2001-10-25better docu for fingerprinting, ok deraadt@Markus Friedl
2001-10-25add more supported cards adn alphabetize the listsMichael Shalayeff
2001-10-25implement "the other" pci interface for wavelans, found on intersilMichael Shalayeff
mini-pci cards. inspired by the netbsd's if_wi_pci.c . rename WI_COR_* into WI_PLX_COR_*, per millert@'s suggestion. tested by millert@ for the plx-based cards.
2001-10-25add an ali1543 and fix amd756 icu driversMichael Shalayeff
2001-10-25match on corega pcc-tdMichael Shalayeff
2001-10-25match on corega pccb-11Michael Shalayeff
2001-10-25regenMichael Shalayeff
2001-10-25add a couple of corega cards, from netbsdMichael Shalayeff
2001-10-25Make -h and -L follow symlinks on extraction of directories.Niklas Hallqvist
This means that existing symbolic links won't get overwritten with a directory, but instead the directory is created/updated with the privs from the archive at the end of the symlink chain. Great for unpacking OpenBSD release tarballs, where you have linked away stuff due to lack of space on a certain partition etc.
2001-10-25regenMichael Shalayeff
2001-10-25add intersil mini-pci wlan; from netbsdMichael Shalayeff
2001-10-25add prism2.5 mini-pci nic idMichael Shalayeff
2001-10-25match on gemtekMichael Shalayeff