summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-29StackGhost support for sparc64.Mark Kettenis
2005-03-29-width Ds in places; jfb jcsTheo de Raadt
2005-03-29RegenMiod Vallat
2005-03-29Move the apm description out of MAKEDEV.common, so that sparc can declare itMiod Vallat
with a specific manpage reference.
2005-03-29No apm on amd64 for now.Miod Vallat
2005-03-29Plug iso_disklabelspoof() in readdisklabel(); requested by deraadt@Miod Vallat
2005-03-29udf_disklabelspoof() protoTheo de Raadt
2005-03-29Regen.Miod Vallat
2005-03-29Add an apm interface to the tctrl(4) device found on SPARCbooks; currentlyMiod Vallat
limited to power change events and battery status retrieval. ok deraadt@ mickey@
2005-03-29Allow an apm implementation to return -1 in the minutes_left field of theMiod Vallat
apm_power_info struct, if it has no reasonable value to provide. ok deraadt@ mickey@
2005-03-29fix memleakJoris Vink
ok jfb@
2005-03-29be more verbose when cleaning up the string table.Joris Vink
ok jfb@
2005-03-29Missing break;Miod Vallat
2005-03-29If a tctrl device is attached, run the keyboard bell through it, since theMiod Vallat
keyboard on SPARCbooks lacks a speaker.
2005-03-29Display the PCMCIA icon when cards are plugged.Miod Vallat
2005-03-29A 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-29Remove workarounds for old compilers.Miod Vallat
2005-03-29explicitely check interface flags for IFF_UP in kroute_validateHenning Brauer
2005-03-29walk & free network and filter lists after parse errorsHenning Brauer
ok claudio theo
2005-03-29even better test for wrappingOtto Moerbeek
2005-03-29Adapt to new wrapping, including new test.Otto Moerbeek
2005-03-29Nicer wrapping. We used to mimick the old dc(1), which printsOtto Moerbeek
...\<newline><newline> in some cases. ok deraadt@
2005-03-29Always use network byte order when stuffing port numbers into IPSEC IDChad 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-29allow cmd_options to be NULL, so that commands whichJoris Vink
have no options will work fine.
2005-03-29put back the cmd.c file, it got lost in previous commits.Joris Vink
2005-03-29pull 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-28KNFNiall O'Higgins
no binary changes.
2005-03-28dead codeJean-Francois Brousseau
2005-03-28build with the yacc date parserJean-Francois Brousseau
2005-03-28make LP_TRACE messages go through again, and assign them a level ofJean-Francois Brousseau
LOG_DEBUG for the syslog facility ok xsa@
2005-03-28- More KNFNiall O'Higgins
- Forgot an $OpenBSD$ no binary changes.
2005-03-28alignmentJean-Francois Brousseau
2005-03-28syncTheo de Raadt
2005-03-28two more radeon; gklok@cogeco.caTheo de Raadt
2005-03-28spacingTheo de Raadt
2005-03-28if argv[0] not set, do not set it to "pdksh", but to "ksh"Theo de Raadt
2005-03-28spacingTheo de Raadt
2005-03-28p_fstype FS_UDF or #21Theo de Raadt
2005-03-28one line was 81 chars long. break it up.Niall O'Higgins
2005-03-28clean up this code. make it conform as closely to KNF as possible withoutNiall 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-28Fix libobjc for i386.Mark Kettenis
ok deraadt@
2005-03-28fix for new line wrapping ruleOtto Moerbeek
2005-03-28Linefeed is part of a line according to POSIX, so take that into accountOtto Moerbeek
when computing line wraps. ok deraadt@
2005-03-28Fix obvious copy/paste typo.Kurt Miller
okay jmc@
2005-03-28mark potential signal race so we fix it later, ok ottoTheo de Raadt
2005-03-28spacingTheo de Raadt
2005-03-28fix argument count in cvs_startcmd()Joris Vink
ok jfb@
2005-03-28walk & free peer_l after failed config parsing attemptsHenning Brauer
2005-03-28ewps, this was not supposed to creep inHenning Brauer
2005-03-28free rules_l if the initial config file parse failsHenning Brauer