Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-15 | tweaks; | Jason McIntyre | |
ok claudio@ | |||
2005-03-15 | no need to flush a few fpregs since soon the whole pcb get flushed | Michael Shalayeff | |
2005-03-15 | hafta flush pcb once active (and a tush tush tush) | Michael Shalayeff | |
2005-03-15 | revise lockf limit policy. after exceeding "soft limit", start enforcing | Ted Unangst | |
a hard limit of 2x. add a comment to this effect. reviewed by miod | |||
2005-03-15 | Try harder to prevent spurious touch screen 'down' events. | Dale Rahn | |
2005-03-15 | Restructure the keyboard code so that the keys in rawkey are always sent | Dale Rahn | |
as expected. zero both keystate structures, keystate may not be fully initialized. worked on with uwe. | |||
2005-03-14 | Fix typo in comment | Tom Cosgrove | |
2005-03-14 | regen | Pedro Martelletto | |
2005-03-14 | Add GeForce4 MX 4000, okay deraadt@ | Pedro Martelletto | |
2005-03-14 | Add "show summary" to ospfctl. | Esben Norby | |
ok claudio@ henning@ | |||
2005-03-14 | Allow to modify the metrics in a relative way by prepending the number with | Claudio Jeker | |
a '+' or '-'. e.g. set localpref +20. This is another gem from the FOSDEM lying around on my HD gathering dust. OK henning@ | |||
2005-03-14 | unlink() control socket in error path. Spotted by Theo at FOSDEM. | Claudio Jeker | |
Was way too long in one of my trees. | |||
2005-03-14 | whitespace; | Jason McIntyre | |
2005-03-14 | make the OPERATORS list -compact: this avoids the nasty line split | Jason McIntyre | |
between 2 list items that are logically linked; | |||
2005-03-14 | add an example showing how to use -prune to skip a directory whilst | Jason McIntyre | |
searching; help from otto; requested by fgsch; ok otto@ fgsch@ | |||
2005-03-14 | simplify the description of -d to avoid confusion; | Jason McIntyre | |
ok otto@ millert@ | |||
2005-03-14 | don't display an error message when re-associating. | Damien Bergamini | |
this prevents annoying 'unknown association state 9' from happening. | |||
2005-03-14 | add IFT_/IFM_IEE80211 to ift2ifm so we can pretty-print link state and | Henning Brauer | |
such for those as well, pointed out by claudio | |||
2005-03-14 | print interface and some stuff about it with the nexthops so it is easier | Henning Brauer | |
to see why a nexthop is treated invalid, claudio ok | |||
2005-03-14 | send a kif structure describing the interface a route relies on along | Henning Brauer | |
with the "show nexthop" messages, claudio ok | |||
2005-03-14 | when a buffer has a file descriptor to pass attached, we tried to send | Henning Brauer | |
out all pending buffers up to and including the one with the fd attached. the fd is sent with the data and closed after all data is sent. when this amount of data exceeds what we can get rid of with a single sendmsg() on our nonblocking sockets we might send the fd more than once, leaving unused fds around. when we see a buffer with an fd attached, send out everything up to, but EXcluding that buffer, so that in the next round a seperate message with just the one buffer and the associated fd is sent. if anything got written in that sendmsg() call consider the fd sent and close it. from a debugging session with theo hunting something else, claudio ok | |||
2005-03-14 | limit input buffer size for channels; bugzilla #896; with and ok dtucker@ | Markus Friedl | |
2005-03-14 | Populate host for log message for logins denied by AllowUsers and DenyUsers. | Darren Tucker | |
(bz #999); ok markus@ | |||
2005-03-14 | document WANTLIB absolute paths. | Marc Espie | |
2005-03-14 | Correct description of -H (bz #997); ok markus@, punctuation jmc@ | Darren Tucker | |
2005-03-14 | report/ignore broken packing-lists. | Marc Espie | |
Happens only to guys who don't run fsck after panics, but hey ! ;-) okay pval@ | |||
2005-03-14 | "we notice when you plug the cable" - yeah, but we didn't notice when it | Henning Brauer | |
was unplugged from the beginning on... correctly take interfaces' link state into account for nexthop verification in all cases. add a new function kroute_validate() that looks up the interface for a given kroute via the ifindex and check its link state. use it in all cases instead of hand-rolling the test. claudio ok | |||
2005-03-14 | sync | Theo de Raadt | |
2005-03-14 | support jvc mp-prx1; iedowse | Theo de Raadt | |
2005-03-14 | Present list of dns servers supplied by dhcp as blank separated list, | Kenneth R Westerback | |
not newline separted list. Spotted by & ok deraadt@. | |||
2005-03-14 | more Yukon models and Yukon EC revs. | Brad Smith | |
2005-03-13 | Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling. | Miod Vallat | |
2005-03-13 | set rcs_errno to RCS_ERR_NOENT if no matching symbol is found in | Jean-Francois Brousseau | |
rcs_sym_getrev() | |||
2005-03-13 | Only use bangpxe calling on PXE 2.1 and above. Makes no difference on | Tom Cosgrove | |
current-spec PXE systems, but should allow some older ones to get a bit further. Diff from krw@. Tested by krw@ on several PXE 2.1 cards. Many thanks. ok krw@; "get these changes into the amd64" deraadt@ | |||
2005-03-13 | KNF | Tom Cosgrove | |
2005-03-13 | On return from real mode, reload the GDT using a 16-bit pointer rather | Tom Cosgrove | |
than a 32-bit value. Found by Tim Fletcher <tim (at) parrswood (dot) manchester (dot) sch (dot) uk> using Etherboot; thanks to Tim and the Etherboot developers who narrowed this down. Also bump the pxeboot version to 1.01. Tested by Okan Demirmen <okan (at) demirmen (dot) com> and krw@: thanks guys. "get these changes into the amd64" deraadt@ | |||
2005-03-13 | support for the optional `branch' keyword, which is used to set the | Jean-Francois Brousseau | |
default branch for an RCS file | |||
2005-03-13 | Only use bangpxe calling on PXE 2.1 and above. Makes no difference on | Tom Cosgrove | |
current-spec PXE systems, but allows some older ones (I tested 0.98 and 0.99) to get a bit further. ok weingart@; "please get it in" deraadt@. | |||
2005-03-13 | spacing | Jean-Francois Brousseau | |
2005-03-13 | Typo; spotted by Richard Ben Aleya | Miod Vallat | |
2005-03-13 | unbreak, and do this correct. | Joris Vink | |
2005-03-13 | simplify if {} else {} case. | Joris Vink | |
ok xsa@ | |||
2005-03-13 | Missing return value and fd leak in fork()'s error path. Spotted by mpech@ | Otto Moerbeek | |
2005-03-13 | Use pid_t where appropriate. From Bruno Rohee (thanks). | Chad Loder | |
2005-03-13 | Use pid_t where appropriate. From Bruno Rohee (thanks). | Chad Loder | |
2005-03-13 | Use correct byte order when printing out port numbers. | Chad Loder | |
OK jaredy@, tdeval@, hshoexer@ | |||
2005-03-13 | the wep mac may be NULL if it's a broadcast key | Reyk Floeter | |
ok krw@ | |||
2005-03-13 | fix a potential crash that could occur when CARP_LOG is being used. | Patrick Latifi | |
ok mcbride | |||
2005-03-13 | va_args repair; andrushock@korovino.net, ok miod | Theo de Raadt | |
2005-03-13 | enable gdt | Theo de Raadt | |