summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-29add -F to force replacement of entries with -s and -fHenning Brauer
2005-03-29comment fix; ok beck@Uwe Stuehler
2005-03-29Add commented-out machdep.kbdreset example.Uwe Stuehler
2005-03-29document that `#' also needs to be escaped in strings;Jason McIntyre
2005-03-29zaurus supports machdep.apmwarn and machdep.kbdreset, too.Uwe Stuehler
2005-03-29Changed On/Off button behaviour (unless the lid is closed):Uwe Stuehler
2005-03-29- Support the machdep.kbdreset sysctl on zaurus.Uwe Stuehler
2005-03-29Shrink kernel image buffer from 8M to 5M (no kernel should be that big),Uwe Stuehler
2005-03-29Allow setting of partition flag with an optional explicit value. PR 4143.Otto Moerbeek
2005-03-29Make realpath() thread-safe. New implementation does not use chdir(2) at all.Brad Smith
2005-03-29sparc64 StackGhost.Mark Kettenis
2005-03-29Bump major version.Mark Kettenis
2005-03-29Switch i386 over to DWARF-based exception handling.Mark Kettenis
2005-03-29Add a mount_udf(8) stub.Pedro Martelletto
2005-03-29+mount_udfPedro Martelletto
2005-03-29mount_udf, okay deraadt@Pedro Martelletto
2005-03-29cvs_file_attach() can fail, make sure we can handle itJoris Vink
2005-03-29belive -> believeMiod Vallat
2005-03-29in right placeTheo de Raadt
2005-03-29The RFC never mentions anything about transfer, this should be transmit.Esben Norby
2005-03-29Shrink struct label_t to the correct size; ok drahn@ a long time ago.Miod Vallat
2005-03-29Bring in UDF support from FreeBSD, disabled for now.Pedro Martelletto
2005-03-29Plug a memory leak. From gcc 3.4 branch.Miod Vallat
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
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
2005-03-29Allow an apm implementation to return -1 in the minutes_left field of theMiod Vallat
2005-03-29fix memleakJoris Vink
2005-03-29be more verbose when cleaning up the string table.Joris Vink
2005-03-29Missing break;Miod Vallat
2005-03-29If a tctrl device is attached, run the keyboard bell through it, since theMiod Vallat
2005-03-29Display the PCMCIA icon when cards are plugged.Miod Vallat
2005-03-29A few tctrl improvements, mostly adapted from NetBSD:Miod Vallat
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
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
2005-03-29Always use network byte order when stuffing port numbers into IPSEC IDChad Loder
2005-03-29allow cmd_options to be NULL, so that commands whichJoris Vink
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
2005-03-28KNFNiall O'Higgins