Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-08 | Tidy function a little by using a temporary variable. | Nicholas Marriott | |
2009-08-08 | Options to set the colours and attributes for status-left/-right. From Thomas | Nicholas Marriott | |
Adam, thanks. | |||
2009-08-08 | synchronize usage displayed by mklocale with synopsis in the manual page; | Igor Sobrado | |
add missing cvs keywords to source code files; while here, fix cvs keywords in Makefile because they are in reverse order. ok jmc@, martynas@ | |||
2009-08-08 | sync with code change for mailq in smtpctl | Ian Darwin | |
2009-08-08 | mailq is a common sendmail alias for showing the queue; make smtpctl | Ian Darwin | |
implement this, ignoring sendmail options for now. OK gilles@, jackekm@ | |||
2009-08-08 | match 5464 / 5461 IDs found in the Linux broadcom PHY driver and unknown | Christian Weisgerber | |
Broadcom GigE PHY found in the dmesglog; from Brad | |||
2009-08-08 | better synopsis; | Jason McIntyre | |
2009-08-08 | Make imsg_clear close and free any fds in the received fd queue as well as | Nicholas Marriott | |
freeing the msgbuf. While here also remove an unnecessary while loop. ok eric pyr | |||
2009-08-08 | regen | Christian Weisgerber | |
2009-08-08 | 5464 / 5461 IDs found in the Linux broadcom PHY driver and unknown | Christian Weisgerber | |
Broadcom GigE PHY found in the dmesglog; from Brad | |||
2009-08-08 | additional phys found on some nfe-based boards; from Brad | Christian Weisgerber | |
2009-08-08 | some brgphy on bge(4) are only 10/100 and some with bnx(4) are 2.5 Gbps; | Christian Weisgerber | |
from Brad | |||
2009-08-08 | Add support for the IC Plus IP1001 GigE PHY. From FreeBSD, via Brad. | Christian Weisgerber | |
Tested by jasper@ with a IP1000A PHY to make sure it doesn't break existing model. | |||
2009-08-08 | Handle ttyname(3) failure better. | Nicholas Marriott | |
2009-08-08 | bring comments in line with reality; from Brad | Christian Weisgerber | |
2009-08-08 | Add a flags member to the grid_line struct and use it to differentiate lines | Nicholas Marriott | |
wrapped at the screen edge from those terminated by a newline. Then use this when copying to combine wrapped lines together into one. | |||
2009-08-08 | two things: | Bob Beck | |
1) fix buffer cache low water mark to allow for extremely low memory machines without dying 2) Add "show bcstats" to ddb to allow for looking at the buffer cache statistics in ddb ok art@ oga@ | |||
2009-08-08 | this driver will appear in 4.7, not 4.5; | Jason McIntyre | |
2009-08-08 | add a real synopsis to chat(8); synchronize synopsis and usage; | Igor Sobrado | |
sort flags in the DESCRIPTION section of the manual page. synopsis tweaked by jmc@ ok jmc@, martynas@ | |||
2009-08-08 | fix the page daemon to back off the buffer cache correctly even in the case | Bob Beck | |
where we are below the inactive page target. This fixes a problem with a large buffer cache on low memory machines where the the page daemon would woken up, however the buffer cache would never be backed off because we were below the inactive page target, which could result in constant paging and basically a livelock condition. ok oga@ art@ | |||
2009-08-08 | Change the way the grid is stored, previously it was: | Nicholas Marriott | |
- a two-dimensional array of cells; - a two-dimensional array of utf8 data; - an array of line lengths. Now it is a single array of a new struct grid_line each of which represents a line and containts the length and an array of cells and an array of utf8 data. This will make it easier to add additional per-line members, such as flags. | |||
2009-08-08 | Actually, add --enable-debug to configure so -g is not stripped if specified | Federico G. Schwindt | |
and remove the patch from configure so we don't need to worry in the future. | |||
2009-08-08 | allow to compile lynx with debug symbols. | Federico G. Schwindt | |
deraadt@ ok | |||
2009-08-08 | remove expired certificates and add startcom ltd. | Federico G. Schwindt | |
beck@ ok | |||
2009-08-08 | add alc(4) to the i386 and amd64 RAMDISK_CD configs | Kevin Lo | |
2009-08-08 | if the port is fc, populate the adapters scsi_link structure with the wwpn | David Gwynne | |
and wwnn so scsibus can use it. requested by and ok deraadt@ | |||
2009-08-08 | if the port is fc, populate the adapters scsi_link structure with the wwpn | David Gwynne | |
and wwnn so scsibus can use it. requested by and ok deraadt@ | |||
2009-08-08 | if the adapters wwn fields are set, print them out when attaching scsibus. | David Gwynne | |
we need this to get some clue as to which ports are which on an fc fabric. requested by and ok deraadt@ | |||
2009-08-08 | alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip. | Kevin Lo | |
this driver was written by Pyun YongHyeon from FreeBSD. "go ahead" deraadt@ | |||
2009-08-08 | In ixgbe_acquire_swfw_sync don't return -IXGBE_ERR_SWFW_SYNC as this | Jonathan Gray | |
works out to --16, which is nonsense. No functional change as all callers only check if the return value is or isn't equal to IXGBE_SUCCESS. | |||
2009-08-08 | typo in comment; frantisek | Theo de Raadt | |
2009-08-08 | fix a small typo with no consequence in the generation of message id when | Gilles Chehade | |
an enqueued message follows the offline codepath. the code used ',' to separate components of the message uid when it should have used '.' | |||
2009-08-08 | missing cast | Gilles Chehade | |
2009-08-08 | missing header | Gilles Chehade | |
2009-08-08 | import some changes from portable smtpd to reduce the delta between both. | Gilles Chehade | |
this commit contains mostly missing casts and cosmethic changes, do not expect to build this anywhere but on OpenBSD, it does not contain any of the portable glue. | |||
2009-08-07 | - specifically match carp+([0-9]):, not just carp*:. avoids spurious | Stuart Henderson | |
attempts to "ifconfig carp down" noticed by david@. - use non-descriptive variables names rather than $if/$junk to encourage people reading the code to think what it's doing; many of the output lines are not interface names. ok david@ | |||
2009-08-07 | smtp_session: ssl/ssl.h -> openssl/ssl.h | Gilles Chehade | |
2009-08-07 | in mta: ssl/ssl.h -> openssl/ssl.h, consistent with other files | Gilles Chehade | |
2009-08-07 | we were linking to libkeynote to use kn_base64_encode/decode, but honestly | Gilles Chehade | |
this was a ugly hack, and i'd rather include resolv.h and use __b64_encode and __b64_decode as openssh does. this commit kills all references to libkeynote in smtpd, should help a bit with porting ... no functionnal change. | |||
2009-08-07 | sets modes for dirs; too. ok sobrado@ & jmc@. | Martynas Venckus | |
2009-08-07 | wrap auth_userokay in a new function authenticate_user() and make sure | Gilles Chehade | |
that only authenticate.c knows about bsd_auth, no functionnal change. | |||
2009-08-07 | Add ``Digitus DN-7001G'' to the supported device list. | Marcus Glocker | |
Reported by d-ra. | |||
2009-08-07 | If there is an error in the configuration file, don't just exit(1) as this can | Nicholas Marriott | |
cause the client to hang. Instead, send the error message, then mark the client as bad and start a normal shutdown so the server exits once the error is written. This also allows some code duplicating daemon(3) to be trimmed and logging to begin earlier. Prompted by Theo noticing the behaviour on error wasn't documented. | |||
2009-08-07 | Move introduction section up into description. From jmc. | Nicholas Marriott | |
2009-08-07 | get the default ttl via sysctl instead of using IPDEFTTL | Reyk Floeter | |
2009-08-07 | rename 'struct session' to 'struct rsession' because it conflicts with | Reyk Floeter | |
another 'struct session' in sys/sysctl.h. | |||
2009-08-07 | allow to modify the IP TTL value for host checks. this can be used to | Reyk Floeter | |
check if the host is only n hops away and not re-routed over a longer path. | |||
2009-08-07 | add missing line | Reyk Floeter | |
2009-08-07 | if buffers overlap; result will be undefined. ok claudio@, michele@ | Martynas Venckus | |
2009-08-07 | fix ksh ftp wrapper so argvs aren't split before passing; making | Martynas Venckus | |
urls with spaces work. ok sthen@ |