Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-29 | StackGhost support for sparc64. | Mark Kettenis | |
2005-03-29 | -width Ds in places; jfb jcs | Theo de Raadt | |
2005-03-29 | Regen | Miod Vallat | |
2005-03-29 | Move the apm description out of MAKEDEV.common, so that sparc can declare it | Miod Vallat | |
with a specific manpage reference. | |||
2005-03-29 | No apm on amd64 for now. | Miod Vallat | |
2005-03-29 | Plug iso_disklabelspoof() in readdisklabel(); requested by deraadt@ | Miod Vallat | |
2005-03-29 | udf_disklabelspoof() proto | Theo de Raadt | |
2005-03-29 | Regen. | Miod Vallat | |
2005-03-29 | Add an apm interface to the tctrl(4) device found on SPARCbooks; currently | Miod Vallat | |
limited to power change events and battery status retrieval. ok deraadt@ mickey@ | |||
2005-03-29 | Allow an apm implementation to return -1 in the minutes_left field of the | Miod Vallat | |
apm_power_info struct, if it has no reasonable value to provide. ok deraadt@ mickey@ | |||
2005-03-29 | fix memleak | Joris Vink | |
ok jfb@ | |||
2005-03-29 | be more verbose when cleaning up the string table. | Joris Vink | |
ok jfb@ | |||
2005-03-29 | Missing break; | Miod Vallat | |
2005-03-29 | If a tctrl device is attached, run the keyboard bell through it, since the | Miod Vallat | |
keyboard on SPARCbooks lacks a speaker. | |||
2005-03-29 | Display the PCMCIA icon when cards are plugged. | Miod Vallat | |
2005-03-29 | A few tctrl improvements, mostly adapted from NetBSD: | Miod Vallat | |
- use a better state machine, and define a simple internal interface to send commands to the microcontroller. - program the 2nd line of the LCD screen; currently limited to the ``external power available'' and ``PCMCIA'' icons. - fix races in the brightness adjustement and powerdown request. - wrap initial dmesg output at 80 chars. | |||
2005-03-29 | Remove workarounds for old compilers. | Miod Vallat | |
2005-03-29 | explicitely check interface flags for IFF_UP in kroute_validate | Henning Brauer | |
2005-03-29 | walk & free network and filter lists after parse errors | Henning Brauer | |
ok claudio theo | |||
2005-03-29 | even better test for wrapping | Otto Moerbeek | |
2005-03-29 | Adapt to new wrapping, including new test. | Otto Moerbeek | |
2005-03-29 | Nicer wrapping. We used to mimick the old dc(1), which prints | Otto Moerbeek | |
...\<newline><newline> in some cases. ok deraadt@ | |||
2005-03-29 | Always use network byte order when stuffing port numbers into IPSEC ID | Chad Loder | |
packets. This reinstates the correct part of r1.106 which did ntohs incorrectly on received port numbers already in host byte order. OK ho@ | |||
2005-03-29 | allow cmd_options to be NULL, so that commands which | Joris Vink | |
have no options will work fine. | |||
2005-03-29 | put back the cmd.c file, it got lost in previous commits. | Joris Vink | |
2005-03-29 | pull over some minor fixes from NetBSD: | Martin Reindl | |
- use ETHER_ADDR_LEN where apropriate - consistency fixes in mem-io vs io-io logic - fixes for 21143 in full-duplex mode - minor nits here and there ok brad@ | |||
2005-03-28 | KNF | Niall O'Higgins | |
no binary changes. | |||
2005-03-28 | dead code | Jean-Francois Brousseau | |
2005-03-28 | build with the yacc date parser | Jean-Francois Brousseau | |
2005-03-28 | make LP_TRACE messages go through again, and assign them a level of | Jean-Francois Brousseau | |
LOG_DEBUG for the syslog facility ok xsa@ | |||
2005-03-28 | - More KNF | Niall O'Higgins | |
- Forgot an $OpenBSD$ no binary changes. | |||
2005-03-28 | alignment | Jean-Francois Brousseau | |
2005-03-28 | sync | Theo de Raadt | |
2005-03-28 | two more radeon; gklok@cogeco.ca | Theo de Raadt | |
2005-03-28 | spacing | Theo de Raadt | |
2005-03-28 | if argv[0] not set, do not set it to "pdksh", but to "ksh" | Theo de Raadt | |
2005-03-28 | spacing | Theo de Raadt | |
2005-03-28 | p_fstype FS_UDF or #21 | Theo de Raadt | |
2005-03-28 | one line was 81 chars long. break it up. | Niall O'Higgins | |
2005-03-28 | clean up this code. make it conform as closely to KNF as possible without | Niall O'Higgins | |
introducing any binary changes. two files here have different binary output when the number of lines changes, we will finish cleaning those in another pass. | |||
2005-03-28 | Fix libobjc for i386. | Mark Kettenis | |
ok deraadt@ | |||
2005-03-28 | fix for new line wrapping rule | Otto Moerbeek | |
2005-03-28 | Linefeed is part of a line according to POSIX, so take that into account | Otto Moerbeek | |
when computing line wraps. ok deraadt@ | |||
2005-03-28 | Fix obvious copy/paste typo. | Kurt Miller | |
okay jmc@ | |||
2005-03-28 | mark potential signal race so we fix it later, ok otto | Theo de Raadt | |
2005-03-28 | spacing | Theo de Raadt | |
2005-03-28 | fix argument count in cvs_startcmd() | Joris Vink | |
ok jfb@ | |||
2005-03-28 | walk & free peer_l after failed config parsing attempts | Henning Brauer | |
2005-03-28 | ewps, this was not supposed to creep in | Henning Brauer | |
2005-03-28 | free rules_l if the initial config file parse fails | Henning Brauer | |