Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-05 | Fix really dumb memory leak that would have long runnign large whitelist | Bob Beck | |
servers having their pf update process growing massive as it leaked huge tracks of whitelist. ok millert@ | |||
2004-03-05 | Add virtual consoles, copied from i386. | Miod Vallat | |
2004-03-04 | Don't spl0() while polling, splbio() is enough and required. | Miod Vallat | |
2004-03-04 | Better ptrace description, also fix an off-by-one spotted by otto | Miod Vallat | |
ok otto@ tdeval@ | |||
2004-03-04 | no ; after RB_PROTOTYPE / RB_GENERATE | Henning Brauer | |
From: Andrey Matveev <andrushock@korovino.net> | |||
2004-03-04 | catch up with changes to rev 1.262 of www/ftp.html | David Krause | |
2004-03-04 | actually SKIP nxtext-mmap, rather than returning a fake SUCCESS | David Krause | |
2004-03-04 | 3 buglets. | Ted Unangst | |
if keylen < 0, bad things happen. large keys are useless, limit size and use stack for temp storage bzero of keyctx is unrelated to keylen, wipe whole thing. ok markus tdeval | |||
2004-03-04 | one missed kbd type | Michael Shalayeff | |
2004-03-03 | ... and add alpha too, which I forgot earlier. | Miod Vallat | |
2004-03-03 | Add arm to the victims. | Miod Vallat | |
2004-03-03 | In vmapbuf(), we actually only need to allow cache snooping, but enforcing | Miod Vallat | |
write through is not necessary. | |||
2004-03-03 | assign servtimeout to sa.sa_handler to actually use the alternate | joshua stein | |
radius server ok millert | |||
2004-03-03 | Make sure than svnd read their disklabel as svnd, not vnd devices. | Miod Vallat | |
ok tedu@ | |||
2004-03-03 | Extend "md5 -c" to parse the output of GNU md5sum. | Todd C. Miller | |
Adapted from patches by Lawrence Teo and tedu@. OK tedu@ | |||
2004-03-03 | The socket number diagnostic check was simply crying out for unsigned | Miod Vallat | |
arithmetic... | |||
2004-03-03 | remove bufq support until i figure out just what's going wrong. ok deraadt@ | Ted Unangst | |
2004-03-03 | plug a couple of little memory leaks in error paths that we hopefully never | Henning Brauer | |
reach - except for one missing free which was not in an error path. oups. at least in a function that is only called once ever in bgpd's lifetime. From: Patrick Latifi <pat at eyeo dot org>, thanks! | |||
2004-03-03 | Do not segfault writing an empty history list to a file. Resolves PR 3690. | Otto Moerbeek | |
ok tdeval@ markus@ | |||
2004-03-03 | missing freeaddrinfo() | Henning Brauer | |
From: Patrick Latifi <pat@eyeo.org> Patrick is doing an _excellent_ job in finding all these little omissions, thank you very very much! | |||
2004-03-03 | Fix initialisation of progress meter; ok markus@ | Damien Miller | |
2004-03-03 | Don't print duplicate messages when progressmeter is off | Damien Miller | |
Spotted by job317 AT mailvault.com; ok markus@ | |||
2004-03-03 | Handle 68060 branch prediction error traps before checking whether we are | Miod Vallat | |
ignoring bus errors. | |||
2004-03-03 | spaces, was reading code.. | Theo de Raadt | |
2004-03-03 | change proctiltle after accept(2); ok henning, deraadt, djm | Markus Friedl | |
2004-03-03 | add -d to usage too, from carson harding | Ted Unangst | |
2004-03-03 | allow force umount here too | Ted Unangst | |
2004-03-03 | repair status by not repeating fields. fixes pr2101 from jim razmus | Ted Unangst | |
2004-03-03 | better way of finding and identifying lkms. | Ted Unangst | |
adapted from pr2910 by peter werner, minus lkmfree removals since i couldn't tell what issue they were fixing. | |||
2004-03-03 | support forced unmounts. pr2394 from peter werner | Ted Unangst | |
2004-03-03 | save room for nul, so we can unmount later. pr2327 from peter werner | Ted Unangst | |
2004-03-03 | cleanups, use err(). from Mathias () enloco.net pr3679 | Ted Unangst | |
2004-03-03 | Add SYMBIOS devices for upcoming mpt driver. | Kenneth R Westerback | |
From NetBSD via Milos Urbanek and Marco Peereboom. | |||
2004-03-03 | Add SYMBIOS devices for upcoming mpt driver. | Kenneth R Westerback | |
From NetBSD via Milos Urbanek and Marco Peereboom. | |||
2004-03-03 | Use 'cat' rather than 'cp' to put /boot on disk. This preserves | Kenneth R Westerback | |
/boot's i-node number and allows multiboot (NTLDR) setups to work across upgrades. Suggested by Tom Cosgrove and Todd Miller. NOTE: Will only work if preserved biosboot is an LBA biosboot. i.e. won't work for 3.4 -> 3.5 upgrade because LBA biosboot went in post-3.4. ok millert@ deraadt@ tom@ nick@ | |||
2004-03-03 | no newline in errx, bad cedric; spotted by tedu | Theo de Raadt | |
2004-03-03 | move spamd to a better place; ok henning beck | Theo de Raadt | |
2004-03-02 | In process_set_pc() and process_set_regs(), disallow unaligned pc and npc | Miod Vallat | |
values. Workaround against PR #3663. ok deraadt@ | |||
2004-03-02 | Use double load/store instructions whenever possible. | Miod Vallat | |
2004-03-02 | A wrong comment is worth a thousand bugs... | Miod Vallat | |
2004-03-02 | Rework the card insertion/removal detection logic: | Miod Vallat | |
- instead of queueing events each time the sense information changes, only remember that the slot needs attention - when processing a slot needing attention, decide what to do depending upon its current sense information, rather than what it was when the change was detected - handle the ``only one sensor asserted'' state happening during slow insertion or removal. This makes the driver much more reactive to insertions and removals, and also removes unnecessary attach/detach calls. ok deraadt@ | |||
2004-03-02 | don't leak mbuf if uiomove fails; from netbsd; | Markus Friedl | |
ok henning, cedric, claudio, deraadt | |||
2004-03-02 | fix ndev counting loop. report from Stuart Cassoff | Ted Unangst | |
2004-03-02 | 68040 boards would not set address error and bus error trap vectors correctly; | Miod Vallat | |
fix inspired by the hp300 code. | |||
2004-03-02 | bpf sysctl. ok jmc | Ted Unangst | |
2004-03-02 | Fix timing issues with newer Prism firmware and retry card reset up | Todd C. Miller | |
to three times (only once for Symbol though). This fixes intermittent problems on Prism-based cards with newer firmware. Tested with a wide variety of cards and firmware revisions. OK mickey@ | |||
2004-03-02 | Make HostAP work Prism cards with newer firmware (1.7.0 and higher). | Todd C. Miller | |
Accept probe packets that Lucent cards send when the associated AP disapears; this speeds up reassocication with those cards. Don't advertise HostAP as being available for firmware 1.4.2. I added a note about this in the man pages a while ago but forgot to update the driver itself. OK mickey@ | |||
2004-03-02 | fix formatting, Pedro Martelletto | Ted Unangst | |
2004-03-02 | Update man page (sg keymap). OK miod@ | Claudio Jeker | |
2004-03-02 | track va for each segment and not for the whole map. | Michael Shalayeff | |
simplifies the cache syncing a lot. testing by miod@ and mickey@ |