Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-29 | add raid mgmt ioctls | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | add commands | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | add raid defines | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | add bioctl | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | adding initial bioctl code | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | add -F to force replacement of entries with -s and -f | Henning Brauer | |
inspired by a diff from Mike Belopuhov <mkb@cvs.hnet.spb.ru>, these semantics with theo, manpage jaredy jmc and bob, ok bob | |||
2005-03-29 | comment fix; ok beck@ | Uwe Stuehler | |
2005-03-29 | Add commented-out machdep.kbdreset example. | Uwe Stuehler | |
2005-03-29 | document that `#' also needs to be escaped in strings; | Jason McIntyre | |
double quoting strings prevents #, ~, and $ being expanded too; based on a diff from stuart henderson (pr #4156); | |||
2005-03-29 | zaurus supports machdep.apmwarn and machdep.kbdreset, too. | Uwe Stuehler | |
2005-03-29 | Changed On/Off button behaviour (unless the lid is closed): | Uwe Stuehler | |
- hold for 2 seconds to suspend, or - hold for 6 seconds to do a nice halt (if machdep.kbdreset=1). | |||
2005-03-29 | - Support the machdep.kbdreset sysctl on zaurus. | Uwe Stuehler | |
- Disable unused function parse_mi_bootargs(). | |||
2005-03-29 | Shrink kernel image buffer from 8M to 5M (no kernel should be that big), | Uwe Stuehler | |
and fix a spello. Leaves more unused memory for the "boot loader". | |||
2005-03-29 | Allow setting of partition flag with an optional explicit value. PR 4143. | Otto Moerbeek | |
ok weingart@ deraadr@ | |||
2005-03-29 | Make realpath() thread-safe. New implementation does not use chdir(2) at all. | Brad Smith | |
From: FreeBSD by Constantin S. Svintsoff <kostik (at) iclub.nsu.ru> ok otto@ millert@ | |||
2005-03-29 | sparc64 StackGhost. | Mark Kettenis | |
ok deraadt@ | |||
2005-03-29 | Bump major version. | Mark Kettenis | |
ok deraadt@ | |||
2005-03-29 | Switch i386 over to DWARF-based exception handling. | Mark Kettenis | |
ok deraadt@ | |||
2005-03-29 | Add a mount_udf(8) stub. | Pedro Martelletto | |
2005-03-29 | +mount_udf | Pedro Martelletto | |
2005-03-29 | mount_udf, okay deraadt@ | Pedro Martelletto | |
2005-03-29 | cvs_file_attach() can fail, make sure we can handle it | Joris Vink | |
when it does. | |||
2005-03-29 | belive -> believe | Miod Vallat | |
2005-03-29 | in right place | Theo de Raadt | |
2005-03-29 | The RFC never mentions anything about transfer, this should be transmit. | Esben Norby | |
From Jason Ackley (thanks). ok claudio@ | |||
2005-03-29 | Shrink struct label_t to the correct size; ok drahn@ a long time ago. | Miod Vallat | |
2005-03-29 | Bring in UDF support from FreeBSD, disabled for now. | Pedro Martelletto | |
2005-03-29 | Plug a memory leak. From gcc 3.4 branch. | Miod Vallat | |
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@ |