Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-18 | oops, last commit broke a few things | Joris Vink | |
2005-07-18 | let it compile without any warnings | Joris Vink | |
2005-07-18 | Initialize UART registers after resume, and make functions non-static. | Uwe Stuehler | |
2005-07-18 | Free up some space in the C3100 root filesystem; it is completely full. | Uwe Stuehler | |
2005-07-17 | another malloc() check. | Brad Smith | |
From brian FreeBSD | |||
2005-07-17 | don't call adjust_linklocal() since this function does not do anything. | Brad Smith | |
this was part of a really big cleanup commit. From brian FreeBSD | |||
2005-07-17 | Replace various spelling with FALLTHROUGH which is lint()able | Brad Smith | |
From charnier FreeBSD | |||
2005-07-17 | rev 1.55 | Brad Smith | |
Report the number of bytes not written when complaining about failed writes From brian FreeBSD | |||
2005-07-17 | rev 1.52 | Brad Smith | |
Show the port number (tty slot, pppoe session id etc) under ``show physical''. From brian FreeBSD | |||
2005-07-17 | No longer used. | Kenneth R Westerback | |
2005-07-17 | Insist on correct hardware addresses in dhclient.conf and | Kenneth R Westerback | |
dhclient.leases.<if> files. Simplify parse_numeric_aggregate() as a result, rendering tree.c and tree.h redundant. ok millert@ | |||
2005-07-17 | oops... .Dl does not like to be inundated with args, and my last commit just | Jason McIntyre | |
exceeded the happy number - use a display instead. | |||
2005-07-17 | some improvements from alf schlichting: | Jason McIntyre | |
- correct syntax for retrieving an http page. this example further corrected by ian darwin (thanks!) - the -v flag is relatively useless when port scanning, so remove it from the example, and reword the description appropriately - udp port scans always report ports as open (i.e. are useless) so remove example claiming it works, and add CAVEATS to note that -uz is relatively useless | |||
2005-07-17 | Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ | Brad Smith | |
From brian FreeBSD | |||
2005-07-17 | document that clients need dns entries; | Jason McIntyre | |
from martin crossley, pr #4293; ok krw@, millert@ | |||
2005-07-17 | rev 1.91 | Brad Smith | |
We need filling scopeid to install routes for link-local scope addresses. From ume FreeBSD | |||
2005-07-17 | Make sure we don't reprogram the colormap upon leaving mapped mode, | Miod Vallat | |
if we are not the console display; prevents a stupid panic. | |||
2005-07-17 | Mention com, and sort by device type for better readability. | Miod Vallat | |
2005-07-17 | Regen | Miod Vallat | |
2005-07-17 | Oops, forgot to commit this file (Tadpole SPARCbook modem attachment code). | Miod Vallat | |
2005-07-17 | Attach com(4) to the built-in modem found on Tadpole SPARCbooks. | Miod Vallat | |
2005-07-17 | Allow the console support code not to be compiled in; this will be | Miod Vallat | |
necessary for and only used on sparc, shortly. Reluctantely ok deraadt@ | |||
2005-07-17 | If the internal battery is missing, report it as absent rather than in an | Miod Vallat | |
unknown state. | |||
2005-07-17 | Always turn off video when the lid is closed; this behaviour was lost in r1.8. | Miod Vallat | |
2005-07-17 | Remove more non-emulating display code path and macros; no functional change. | Miod Vallat | |
2005-07-17 | Do not claim this driver uses a soft interrupt in dmesg since it is not true. | Miod Vallat | |
2005-07-17 | - punctuation, macro, layout, wording improvements | Jared Yanovich | |
- avoid first person - document dbm_rdonly - update some error return values in the mpool(3) routines - sync header file excerpts ok jmc | |||
2005-07-17 | punctuation and minor rewording, ok jmc | Jared Yanovich | |
2005-07-17 | Implement an ``enable/disable echo'' option, defaults to off. | Brad Smith | |
This allows LCP ECHOs to be enabled independently of LQR reports. Note: This introduces a change in the default behaviour (search for lqr and echo in the man page). From brian FreeBSD | |||
2005-07-17 | knf says that a 2nd level indent is four (not three or five) spaces | Damien Miller | |
2005-07-17 | Fix a number of X11 forwarding channel leaks: | Damien Miller | |
1. Refuse multiple X11 forwarding requests on the same session 2. Clean up all listeners after a single_connection X11 forward, not just the one that made the single connection 3. Destroy X11 listeners when the session owning them goes away testing and ok dtucker@ | |||
2005-07-16 | move headers and remove some FreeBSD specific stuff. | Brad Smith | |
2005-07-16 | No longer used. | Kenneth R Westerback | |
2005-07-16 | Rejig struct string_list to use char array rather than char pointer, and | Kenneth R Westerback | |
eliminate new_parse_string. alloc.c becomes redundant. Junk a couple of unused fields (env, envc) in struct client_state. suggestions by & ok millert@ | |||
2005-07-16 | remove braces here too | Brad Smith | |
2005-07-16 | remove __BROKEN_INDIRECT_CONFIG cruft | Brad Smith | |
2005-07-16 | fix support for interrupt mitigation. | Brad Smith | |
ok nate@ | |||
2005-07-16 | fix printing of hostname, from brooks davis via jmc | Henning Brauer | |
2005-07-16 | back out last; breaks in cases where we want hex and the last byte is 0 | Henning Brauer | |
2005-07-16 | NULL is not a time_t. From brooks at freebsd. | Kenneth R Westerback | |
2005-07-16 | Eliminate unnecessary 'code' field from struct option. Make | Kenneth R Westerback | |
dhcp_options const. ok henning@ | |||
2005-07-16 | - basic cleanup | Jason McIntyre | |
- do not use EXIT STATUS (non-standard in section 1) | |||
2005-07-16 | sort options and sync usage(); | Jason McIntyre | |
2005-07-16 | spacing | Damien Miller | |
2005-07-15 | Fix handling of comma separated option value lists, broken in r1.20. | Kenneth R Westerback | |
Found and fix tested by Moritz Jodeit. | |||
2005-07-15 | From FreeBSD netgraph/bluetooth/include/ng_hci.h rev. 1.5: | Alexander Yurchenko | |
Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure. class is a reserved word in C++ Submitted by: Markus Brueffer < markus AT brueffer DOT de > | |||
2005-07-15 | fixes 4286. | Marc Espie | |
back & forth between fgs and me. | |||
2005-07-15 | testcase for recent bug-report. | Marc Espie | |
2005-07-15 | if the file has been added but is not on disk make sure we can pick it up | Joris Vink | |
as being "added". fixes the log command on our server-side for added files. tested & ok xsa@ | |||
2005-07-15 | - use cvs_path_cat() where appropriate instead of snprintf() | Xavier Santolaria | |
- handle a -Q case ok joris@. |