Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-14 | catched->caught | Miod Vallat | |
2005-08-14 | Honor (the lack of) FWRITE in the various ioctl routines; with input from | Miod Vallat | |
fgs@ and mickey@; ok deraadt@. | |||
2005-08-14 | Add more flexibility to the fast trap handlers mechanism: | Miod Vallat | |
- add the ability to deregister a fast trap handler. - when registering a fast trap, provide an optional callback which will be invoked if we try to register a regular trap handler later; the callback will be responsible to replace the fast trap handler with a regular trap handler (and is allowed to fail). Alter audioamd(4) to take advantage of this, so that it can share its interrupt with stp(4) on SPARCclassic machines. Problem found the hard way and fix tested by Jason George; discussed and ok deraadt@ | |||
2005-08-14 | Add mquery to the system calls which need extra care due to off_t arguments | Miod Vallat | |
and reversed stack direction; ok mickey@ | |||
2005-08-14 | don't require a valid route when configuring the tunnel; | Markus Friedl | |
from Stephen Marley; ok deraadt@ | |||
2005-08-14 | zap extra line | Marc Espie | |
2005-08-14 | fix error recovery in replacing case. | Marc Espie | |
- build the list of done items during extract only, since later all files have a tempname. - wrap pre-install in an exception handler, since there already is stuff to save in a partial package... | |||
2005-08-14 | you CANNOT reuse ebus without breaking other architectures | Theo de Raadt | |
2005-08-14 | document EINVAL return bad values as "which"; ok deraadt, millert | Jared Yanovich | |
2005-08-14 | add a standard RETURN VALUES section; ok deraadt, millert | Jared Yanovich | |
2005-08-14 | Correct one of the unknown marvell phys which is actually 88E1111-RCJ. | Jonathan Gray | |
ok brad@ | |||
2005-08-14 | regen | Jonathan Gray | |
2005-08-14 | Correct one of the unknown marvell phys which is actually 88E1111-RCJ. | Jonathan Gray | |
ok brad@ | |||
2005-08-14 | sync | Theo de Raadt | |
2005-08-13 | Kill Id tags, OpenBSD ones are enough. | Claudio Jeker | |
2005-08-13 | add ste* | Brad Smith | |
ok krw@, deraadt@ | |||
2005-08-13 | typo | Henning Brauer | |
2005-08-13 | Xr new art driver. OK jmc@, put it in deraadt@ | Claudio Jeker | |
2005-08-13 | add art.4. OK deraadt@ | Claudio Jeker | |
2005-08-13 | Manpage for art(4) driver. Help and OK jmc@, OK deraadt@ | Claudio Jeker | |
2005-08-13 | Add commented out hooks for art(4). | Claudio Jeker | |
OK deraadt@ | |||
2005-08-13 | Add art(4) driver. OK deraadt@ | Claudio Jeker | |
2005-08-13 | Remove some superfluous output in dmesg line. | Claudio Jeker | |
Idea deraadt@ | |||
2005-08-13 | Driver for the Accoom Networks Artery T1/E1 PCI cards. | Claudio Jeker | |
deraadt@ "yeah, put it in." | |||
2005-08-13 | regen | Claudio Jeker | |
2005-08-13 | Add Conexant / Mindspeed Musycc HDLC controller for upcoming art(4) driver. | Claudio Jeker | |
deraadt@ "yeah, put it in." | |||
2005-08-13 | Use scsi_do_mode_sense(). Testing on beck@'s new LTO changer. | Kenneth R Westerback | |
ok tdeval@ deraadt@ | |||
2005-08-13 | symlinks and hardlinks do not have an md5 | Marc Espie | |
2005-08-13 | don't set $file->{cwd} until *after* we're sure it's defined. | Marc Espie | |
Allows pkg_add to properly report truncated archives, instead of weird can't call method check_name() on an unblessed reference messages. problem reported by brad@, somewhat difficult to reproduce. as usual, the most obvious bugs take the longest time... | |||
2005-08-13 | make the todo-list reflect what is actually going on. | Marc Espie | |
2005-08-13 | Partial backout of previous revision, reinstates the ability to propagate | Christopher Pascoe | |
a kill message for a state that was generated on another firewall. | |||
2005-08-13 | another typo; | Jason McIntyre | |
2005-08-13 | minor tweaks for BUGS; | Jason McIntyre | |
ok espie@ | |||
2005-08-13 | let safte match on dell enclosures too. ses takes precedence though | David Gwynne | |
ok marco@ deraadt@ | |||
2005-08-12 | Use actual packet contents when sending protocol rejects. Fixes PR 4305. | Can Erkin Acar | |
Different fix tested by the submitter, xiangbo3 at gmail com. ok claudio@ | |||
2005-08-12 | prefer a simpler synopsis: we do not really need a separate case for -i; | Jason McIntyre | |
2005-08-12 | - small formatting fixes | Jason McIntyre | |
- grammar | |||
2005-08-12 | remove reference to non-existent sourcereorg.html; | Jason McIntyre | |
discussed with tamas tevesz. | |||
2005-08-12 | here too: sysctl is fs.posix.setuid, not fs.posix.suid; | Jason McIntyre | |
2005-08-12 | of course, douglas' mail hits my machine 2 nanoseconds later... | Jason McIntyre | |
the correct name for the sysctl is fs.posix.setuid, not fs.posix.suid; from douglas santos (pr #4462); apologies to douglas for closing his pr, but i just could not see it. if you are sending typo stuff, please be specific about the problem. | |||
2005-08-12 | crank datasize-cur to 512M; requested by pvalchev@ | Todd C. Miller | |
2005-08-12 | - style fix | Xavier Santolaria | |
- add trace message in cvs_ent_remove() ok jfb | |||
2005-08-12 | minor semantic tweak: foo-1.0 needs to conflict with foo-1.0p0, always, | Marc Espie | |
even in @option no-default-conflict, for updates to actually work. okay henning@ | |||
2005-08-12 | don't try to install a page that has been removed; ok jmc@ | Christian Weisgerber | |
2005-08-12 | uncomment setlocale(3) entry; | Jason McIntyre | |
2005-08-12 | - add SEE ALSO section w/ xref for mklocale(1): from xsa@ | Jason McIntyre | |
- whilst here, uncomment entries for other SEE ALSO pages | |||
2005-08-12 | pkg_add -r does work. | Marc Espie | |
on the other hand, scp(1) is a pig. | |||
2005-08-12 | remove incorrect punctuation introduced by last revision, | Jared Yanovich | |
pointed out by deraadt and jmc | |||
2005-08-12 | avoid warning message | Marc Espie | |
2005-08-12 | add cvs_rename() function; ok jfb | Xavier Santolaria | |