Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-23 | sort SEE ALSO | Jun-ichiro itojun Hagino | |
2002-01-23 | declare a few var's extern for KGDB | Eric Jackson | |
2002-01-23 | allow this to compile with KGDB | Eric Jackson | |
2002-01-23 | shuffle some things, arch independent targets go outside arch specific areas, | Todd T. Fries | |
build scsi tape devices ;-) | |||
2002-01-23 | correct major numbers | Todd T. Fries | |
2002-01-23 | s/tth/ttyh/ for sparc64 | Todd T. Fries | |
2002-01-23 | sync | Todd T. Fries | |
2002-01-23 | tweak mag and spif _DEV entries, add major numbers | Todd T. Fries | |
magma and spif were moved into MAKEDEV.mi, remove from here | |||
2002-01-23 | tweak _DEV entries for major numbers to show up properly | Todd T. Fries | |
remove shell cases of magma* and spif* since they are now in MAKEDEV.mi | |||
2002-01-23 | where oh where did floppy) go? | Todd T. Fries | |
alpha gets speakers and midia a la music | |||
2002-01-23 | o use target(name,dev,str1,str2,..) and twrget(name,dev,devstr,str1,str2,...) | Todd T. Fries | |
introduced in the last commit o order (alphabetically) the disk_q's o pull in spif/mag/bpp scripts from sparc | |||
2002-01-23 | add target macros as a result of a conversation with mickey; cleaner look | Todd T. Fries | |
2002-01-23 | add midi and sequencer devices | Eric Jackson | |
2002-01-23 | enable spkr, isabeep devices | Eric Jackson | |
2002-01-23 | move cdev_spkr_init() to conf.h for use by other arch's | Eric Jackson | |
2002-01-23 | add support for AlphaPC 64. | Eric Jackson | |
from NetBSD. | |||
2002-01-23 | Kill PR_FREEHEADER, not used anymore and confusing. | Artur Grabowski | |
2002-01-23 | minor cleanup I just happened to do when in this area. | Artur Grabowski | |
2002-01-23 | It looks like there has been one crack smoking and a few cut and pastes. | Artur Grabowski | |
PR_FREEHEADER should not be set in pool_init by the caller. It shouldn't be set in pool_init at all. Besides, it's going away soon anyway. | |||
2002-01-23 | we dont have getprogname() | Eric Jackson | |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski | |
well (not at all) with shortages of the vm_map where the pages are mapped (usually kmem_map). Try to deal with it: - group all information the backend allocator for a pool in a separate struct. The pool will only have a pointer to that struct. - change the pool_init API to reflect that. - link all pools allocating from the same allocator on a linked list. - Since an allocator is responsible to wait for physical memory it will only fail (waitok) when it runs out of its backing vm_map, carefully drain pools using the same allocator so that va space is freed. (see comments in code for caveats and details). - change pool_reclaim to return if it actually succeeded to free some memory, use that information to make draining easier and more efficient. - get rid of PR_URGENT, noone uses it. | |||
2002-01-22 | open for writing only if needed so, accept multiple var assignments for -w; ↵ | Michael Shalayeff | |
from meself and Vladimir Popov <jumbo@narod.ru> | |||
2002-01-22 | call osf1_exec_ecoff_hook for osf1 bin's | Eric Jackson | |
2002-01-22 | be realistic about what we support | Eric Jackson | |
2002-01-22 | add fd to nam2blk | Eric Jackson | |
2002-01-22 | Updates. | Miod Vallat | |
2002-01-22 | trailing spaces, humppa | Michael Shalayeff | |
2002-01-22 | HSRP dissector, from Julian Cowley <julian@lava.net> via tcpdump.org | Michael Shalayeff | |
2002-01-22 | dup wi_pcmcia_attach(); from maurice@amaze.nl | Michael Shalayeff | |
2002-01-22 | grammar fixes; ok ericj@, -mdoc ok mpech@ | Jason Peel | |
2002-01-22 | typo in error message; from djast@cs.toronto.edu | Kevin Steves | |
2002-01-22 | add files under etc/namedb. noted by openbsd@davidkrause.com | Jun-ichiro itojun Hagino | |
2002-01-21 | cleanup channels faster if the are empty and we are in drain-state; ok deraadt@ | Markus Friedl | |
2002-01-21 | remove "rijndael-*", just use "aes-" since this how rijndael is called | Markus Friedl | |
in the drafts; ok stevesk@ | |||
2002-01-21 | these are very old and out of date, new info is on the web now | Eric Jackson | |
2002-01-21 | Argh, correctly handle the maxlen == 0 case. | Miod Vallat | |
2002-01-21 | Fix typo, noted by ciph3r@securebydefault.org | Angelos D. Keromytis | |
2002-01-21 | Always clear the destination string in copyinstr() on error, unless we faulted | Miod Vallat | |
when writing to the first character. | |||
2002-01-21 | Always clear the destination string in copyinstr() on error, unless we faulted | Miod Vallat | |
when writing to the first character. With some help from millert@. | |||
2002-01-21 | Mount points must fit in MNAMELEN, not MAXPATHLEN so use copyinstr() | Todd C. Miller | |
to detect whether the path passed in from userland is too long. Based on a patch from peterw AT ifost.org.au. | |||
2002-01-21 | sync | Nathan Binkert | |
2002-01-21 | Another pci->ohci chip | Nathan Binkert | |
2002-01-21 | s/deamon/daemon/ | Theo de Raadt | |
2002-01-21 | ARGH, fix it right... | Dale Rahn | |
2002-01-21 | Better barrier protection. pefo found an instance where the previous | Dale Rahn | |
protection was not good enough. work from theo, pefo, toby. | |||
2002-01-21 | Switch last workaround to a form easier for espie to maintain. | Hugh Graham | |
2002-01-21 | use read_passphrase+ECHO in confirm(), allows use of ssh-askpass | Markus Friedl | |
for hostkey confirm. | |||
2002-01-21 | deamon -> daemon, from Alexander Yurchenko | Daniel Hartmeier | |
2002-01-21 | remove couple of #if 0'ed portion we will never use | Jun-ichiro itojun Hagino | |
2002-01-21 | Respect db_console for "progammer button", for improved physical security. | Dale Rahn | |