summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-15tweaks;Jason McIntyre
ok claudio@
2005-03-15no need to flush a few fpregs since soon the whole pcb get flushedMichael Shalayeff
2005-03-15hafta flush pcb once active (and a tush tush tush)Michael Shalayeff
2005-03-15revise lockf limit policy. after exceeding "soft limit", start enforcingTed Unangst
a hard limit of 2x. add a comment to this effect. reviewed by miod
2005-03-15Try harder to prevent spurious touch screen 'down' events.Dale Rahn
2005-03-15Restructure the keyboard code so that the keys in rawkey are always sentDale Rahn
as expected. zero both keystate structures, keystate may not be fully initialized. worked on with uwe.
2005-03-14Fix typo in commentTom Cosgrove
2005-03-14regenPedro Martelletto
2005-03-14Add GeForce4 MX 4000, okay deraadt@Pedro Martelletto
2005-03-14Add "show summary" to ospfctl.Esben Norby
ok claudio@ henning@
2005-03-14Allow to modify the metrics in a relative way by prepending the number withClaudio 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-14unlink() control socket in error path. Spotted by Theo at FOSDEM.Claudio Jeker
Was way too long in one of my trees.
2005-03-14whitespace;Jason McIntyre
2005-03-14make the OPERATORS list -compact: this avoids the nasty line splitJason McIntyre
between 2 list items that are logically linked;
2005-03-14add an example showing how to use -prune to skip a directory whilstJason McIntyre
searching; help from otto; requested by fgsch; ok otto@ fgsch@
2005-03-14simplify the description of -d to avoid confusion;Jason McIntyre
ok otto@ millert@
2005-03-14don't display an error message when re-associating.Damien Bergamini
this prevents annoying 'unknown association state 9' from happening.
2005-03-14add IFT_/IFM_IEE80211 to ift2ifm so we can pretty-print link state andHenning Brauer
such for those as well, pointed out by claudio
2005-03-14print interface and some stuff about it with the nexthops so it is easierHenning Brauer
to see why a nexthop is treated invalid, claudio ok
2005-03-14send a kif structure describing the interface a route relies on alongHenning Brauer
with the "show nexthop" messages, claudio ok
2005-03-14when a buffer has a file descriptor to pass attached, we tried to sendHenning 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-14limit input buffer size for channels; bugzilla #896; with and ok dtucker@Markus Friedl
2005-03-14Populate host for log message for logins denied by AllowUsers and DenyUsers.Darren Tucker
(bz #999); ok markus@
2005-03-14document WANTLIB absolute paths.Marc Espie
2005-03-14Correct description of -H (bz #997); ok markus@, punctuation jmc@Darren Tucker
2005-03-14report/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 itHenning 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-14syncTheo de Raadt
2005-03-14support jvc mp-prx1; iedowseTheo de Raadt
2005-03-14Present list of dns servers supplied by dhcp as blank separated list,Kenneth R Westerback
not newline separted list. Spotted by & ok deraadt@.
2005-03-14more Yukon models and Yukon EC revs.Brad Smith
2005-03-13Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling.Miod Vallat
2005-03-13set rcs_errno to RCS_ERR_NOENT if no matching symbol is found inJean-Francois Brousseau
rcs_sym_getrev()
2005-03-13Only use bangpxe calling on PXE 2.1 and above. Makes no difference onTom 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-13KNFTom Cosgrove
2005-03-13On return from real mode, reload the GDT using a 16-bit pointer ratherTom 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-13support for the optional `branch' keyword, which is used to set theJean-Francois Brousseau
default branch for an RCS file
2005-03-13Only use bangpxe calling on PXE 2.1 and above. Makes no difference onTom 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-13spacingJean-Francois Brousseau
2005-03-13Typo; spotted by Richard Ben AleyaMiod Vallat
2005-03-13unbreak, and do this correct.Joris Vink
2005-03-13simplify if {} else {} case.Joris Vink
ok xsa@
2005-03-13Missing return value and fd leak in fork()'s error path. Spotted by mpech@Otto Moerbeek
2005-03-13Use pid_t where appropriate. From Bruno Rohee (thanks).Chad Loder
2005-03-13Use pid_t where appropriate. From Bruno Rohee (thanks).Chad Loder
2005-03-13Use correct byte order when printing out port numbers.Chad Loder
OK jaredy@, tdeval@, hshoexer@
2005-03-13the wep mac may be NULL if it's a broadcast keyReyk Floeter
ok krw@
2005-03-13fix a potential crash that could occur when CARP_LOG is being used.Patrick Latifi
ok mcbride
2005-03-13va_args repair; andrushock@korovino.net, ok miodTheo de Raadt
2005-03-13enable gdtTheo de Raadt