Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-29 | carp_ioctl() happens after ifioctl(); check flags correctly so that | Ryan Thomas McBride | |
'ifconfig carp0 down' and 'ifconfig carp0 up' work as expected. | |||
2004-05-29 | sync | Theo de Raadt | |
2004-05-29 | usb2 & usb3 more needed on modern machines | Theo de Raadt | |
2004-05-28 | Modify adb packet handling so that the completion routine can reentrantly | Dale Rahn | |
process the queue. fix from netbsd, pointed out on ppc@ several times. Doesn't appear to affect my machines, but helps others. | |||
2004-05-28 | Clean up sense error logic and printing a bit, partly inspired by | Kenneth R Westerback | |
NetBSD. Try to limit special handling of sense errors in sd and st to a minimum. ok marco@ | |||
2004-05-28 | Add MDROOTFSOPT handling code to allow non-default newfs options to | Kenneth R Westerback | |
be specified for root filesystems. Add MDROOTFSOPT value for luna88k so installed system can boot. Tested by Kenji Ayoma. ok miod@. | |||
2004-05-28 | cvs really sucks. | Brad Smith | |
2004-05-28 | bye bye old package tools. | Brad Smith | |
ok deraadt@ | |||
2004-05-28 | Reflect new reality by adding: | Marco Peereboom | |
* Adaptec 1210SA, 2410SA, 2610SA, 2810SA, 21610SA * Dell CERC-SATA, PERC 320/DC | |||
2004-05-28 | detect absence of PF_KEY interface and/or the TCP_MD5SIG setsockopts | Henning Brauer | |
at runtime and disable said subsystems if so. helps the guys porting bgpd to $otherBSD, and is actually the right thing to do. claudio ok | |||
2004-05-28 | regen | Ted Unangst | |
2004-05-28 | ACCOUNTING is optional. found by mpech. ok deraadt | Ted Unangst | |
2004-05-28 | don't want SO_REUSEPORT... | Henning Brauer | |
2004-05-28 | Clean up subsysid lookups + print subsysid string during boot. | Marco Peereboom | |
Add: * Adaptec 1210SA, 2410SA, 2610SA, 2810SA, 21610SA * Dell CERC-SATA, PERC 320/DC | |||
2004-05-28 | Regen. | Marco Peereboom | |
2004-05-28 | Remove DELL CERC-SATA since it is a subsysid. ok deraadt@, nate@ | Marco Peereboom | |
2004-05-28 | fix for: !(flags && FORCECLOSE) | Mike Pechkin | |
hackers@ ok | |||
2004-05-28 | In the Final function, move the context zeroing into the digest != NULL | Todd C. Miller | |
scope so that passing a NULL digest is equivalent to the Pad function (like it used to be). Fixes skey w/ sha1 as noticed by David Krause. | |||
2004-05-28 | bpf device cloning. | Alexander Yurchenko | |
Now to have more bpf devices just add device nodes in /dev, no need to recompile kernel anymore. Code from form@pdp-11.org.ru, some help from markus@. ok markus@ canacar@ deraadt@ | |||
2004-05-28 | knf; otto ok | Theo de Raadt | |
2004-05-28 | put ahd in these two config files (disabled for now, though, because it | Theo de Raadt | |
is not yet reliable) | |||
2004-05-28 | Make lf_advlock glue work for AFS so flock/fcntl lock requests will work | Bob Beck | |
on the local machine (like NFS). This does not yet implement whole file AFS locking (arla doesn't do that yet). ok tedu@ art@ | |||
2004-05-27 | oops | Theo de Raadt | |
2004-05-27 | remove tedu crud | Theo de Raadt | |
2004-05-27 | No need to mention kernel configuration for ipsec, it's enabled by default. | Hans-Joerg Hoexer | |
ok niklas@ ho@ markus@ jmc@ | |||
2004-05-27 | for openbsd-*-hppa* force libtool to pass all dep-libs through for -lgcc ↵ | Michael Shalayeff | |
used for shlib linking; espie@ ok | |||
2004-05-27 | fake plabel32 relocs for dyn.init/fini instead of an evil md macro hook | Michael Shalayeff | |
2004-05-27 | miod says ACCOUNTING needs a man page diff | Ted Unangst | |
2004-05-27 | hppa pmap needs to use old pool allocator for now. | Ted Unangst | |
i know the fix, but it's not here yet. ok mickey | |||
2004-05-27 | sync | Ted Unangst | |
2004-05-27 | make acct(2) optional with ACCOUNTING | Ted Unangst | |
ok art@ deraadt@ | |||
2004-05-27 | accept login names over 8 chars; miod ok | Theo de Raadt | |
2004-05-27 | plug memleak in error path | Henning Brauer | |
From: Andrey Matveev <andrushock@korovino.net> | |||
2004-05-27 | kill whitespace; | Jason McIntyre | |
2004-05-27 | some updates for openssl smime; | Jason McIntyre | |
2004-05-27 | shutdown accounting before shutting down vfs. should prevent some panics. | Ted Unangst | |
ok david@ millert@ (iirc) | |||
2004-05-27 | apm restores perflevel after resume; some cpus are forgetful. | Ted Unangst | |
update cpu even with 100 -> 100 setperf changes, in case saved value has gotten out of sync. from grange@ ok deraadt@ grange@ | |||
2004-05-27 | the tcp header might be in a different mbuf after pulldown(); | Markus Friedl | |
fixes tcp corruption on rl(4); ok itojun, cedric | |||
2004-05-27 | Rule parser improvements: line numbers, no nl at eof, handling of lines | Otto Moerbeek | |
with too many tokens. Based on diff from Jared Yanovich. ok tdeval@ deraadt@ | |||
2004-05-27 | change uvm_km_getpage to take waitok argument and sleep if appropriate. | Ted Unangst | |
change both the nointr and default pool allocators to using uvm_km_getpage. change pools to default to a maxpages value of 8, so they hoard less memory. change mbuf pools to use default pool allocator. pools are now more efficient, use less of kmem_map, and a bit faster. tested mcbride, deraadt, pedro, drahn, miod to work everywhere | |||
2004-05-27 | while polling, ack & ignore interrupts. this will have to do until | Theo de Raadt | |
someone writes a better diff. from peter | |||
2004-05-27 | Kill dead code after fatal(); ok djm@ | Darren Tucker | |
2004-05-26 | typos | Pedro Martelletto | |
2004-05-26 | missing freeaddrinfo; Andrey Matveev | Markus Friedl | |
2004-05-26 | use sa_family not inp; netbsd merge error; ok dhartmei | Markus Friedl | |
2004-05-26 | add Sitecom usb-serial (CN104) | Markus Friedl | |
2004-05-26 | add Sitecom usb-serial (CN104) | Markus Friedl | |
2004-05-26 | sync | Markus Friedl | |
2004-05-26 | sitecom serial adapter | Markus Friedl | |
2004-05-26 | do not leak fd on error path. | Hans-Joerg Hoexer | |
ok ho@ |