Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-08 | Be uniform with console message from other devices | Theo de Raadt | |
2008-01-08 | switch console to std.9600 (suncons is the same); ok miod | Theo de Raadt | |
2008-01-08 | the rsc-console on the v880 operates at 115200, not the 9600 we think we | David Gwynne | |
have to force all console devices to. this change passes the right speed to the com code, and continues to use it when the device is opened as the console device. figured out by kettenis@ ok kettenis@ miod@ | |||
2008-01-07 | Oops. Need to ensure we zero selected partition too. | Kenneth R Westerback | |
2008-01-07 | Pull from master repo: | Stefan Kempf | |
Use proper type for ix, code and match in lookup(). ok ragge@ | |||
2008-01-07 | When increasing d_npartitions as a result of (a)dd'ing a partition in | Kenneth R Westerback | |
-E, zero intervening partitions as well as the specified partition so no partitions are inadvertantly activated. | |||
2008-01-07 | Shrink & simplify some more -E code. Remove some chances for user | Kenneth R Westerback | |
error. 1) Don't accept a partition offset in used space. 2) Make the default size the space available from the offset to the end of the free chunk the offset is in. 3) Make (m)odify ask the questions in the same order as the (a)dd command. i.e. filesystem type after offset/size. 4) Make it more obvious new partitions default into the largest chunk of free space. 5) Nuke another now pointless function - next_offset(). "Looks reasonable" millert@ | |||
2008-01-07 | Remove HISTORY section that states that sliplogin "is currently in beta test" | Marc Balmer | |
per jmc's request. | |||
2008-01-07 | Update to sudo 1.6.9p11 | Todd C. Miller | |
2008-01-07 | update to tzcode2007k from elsie.nci.nih.gov | Todd C. Miller | |
2008-01-07 | update to tzdata2007k from elsie.nci.nih.gov | Todd C. Miller | |
2008-01-06 | Kill some now-dead code/variables. | Kenneth R Westerback | |
2008-01-06 | Nuke avail_start and avail_end, they are not used by ps(1) since ten years, | Miod Vallat | |
and nothing in the MI kernel code (and in the MD arm code) uses these values. | |||
2008-01-06 | Update fbtab with the glass console devices. | Miod Vallat | |
2008-01-06 | kbd(8) on the ramdisks. | Miod Vallat | |
2008-01-06 | Sync console devices with GENERIC. | Miod Vallat | |
2008-01-06 | Move check for overlap inside get_size() as it was always called after | Kenneth R Westerback | |
get_size() anyway. Allows elimination of make_contiguous() since we no longer allow overlaps to develop. | |||
2008-01-06 | Enclose some SUN4-specific code within preprocessor directives, this lets SUN4C | Miod Vallat | |
kernel compile again. | |||
2008-01-06 | Add lebuffer. | Miod Vallat | |
2008-01-06 | two more slattach -> ldattach; | Jason McIntyre | |
2008-01-06 | diff missed in previous commit: | Theo de Raadt | |
More NFS-related kernel shrinkage... When you use a macro ~200 times, it tends to bloat your code, so make a function out of it. Shaves ~8.5 kB from my kernel. ok thib@, "looks good" krw@ In snaps for 1+ week with no negative reports. | |||
2008-01-06 | sort SEE ALSO; | Jason McIntyre | |
2008-01-06 | Add a more robust gettempreading that debounces the value (idea from FreeBSD) | Marco Peereboom | |
Add a macro to convert from K to C Redo notify and sprinkle some debug Tested on D810 T60 & Q2010 and tested by several others. | |||
2008-01-06 | re-add _PPC. | Marco Peereboom | |
ok gwk@ | |||
2008-01-06 | More NFS-related kernel shrinkage... | Bret Lambert | |
When you use a macro ~200 times, it tends to bloat your code, so make a function out of it. Shaves ~8.5 kB from my kernel. ok thib@, "looks good" krw@ In snaps for 1+ week with no negative reports. | |||
2008-01-06 | Calculate amount of free space by adding up space in free chunks, rather | Kenneth R Westerback | |
than hand rolling another partition walking loop. No functional change. | |||
2008-01-06 | There is no point in having cpg manipulated in -E. newfs does all the | Kenneth R Westerback | |
work anyway and ignores this value. So just set it to 1 and nuke get_cpg(), shrinking and simplifying. ok otto@ millert@ | |||
2008-01-06 | Add STICK_INT. | Mark Kettenis | |
2008-01-06 | remove out of date/irrelevant section of BUGS dealing with ip6; | Jason McIntyre | |
ok deraadt | |||
2008-01-06 | Branches are separated with \n\t in GNU rcs/cvs. | Tobias Stoeckmann | |
This makes regress tests easier to check with OpenCVS and GNU cvs. OK xsa@ | |||
2008-01-06 | - document what happens when a service exceeds its max spawn rate. this is | Jason McIntyre | |
based on a diff from reed@netbsd, but i chose a different fix - whilst here, make the descriptions of -R and .max more consistent ok sthen sobrado(in part, at least) | |||
2008-01-06 | make the descriptions of roundrobin and loadbalance more consistent, | Jason McIntyre | |
and better explain what they do; help/ok sthen | |||
2008-01-06 | add a CAVEATS section documenting some issues when using roundrobin | Jason McIntyre | |
and loadbalance protocols; brad, claudio, and sthen all helped explain this to me, and sthen helped me put the diff together; | |||
2008-01-06 | Degrade the sensor state from OK to WARNING and CRITICAL after periods of | Marc Balmer | |
ten minutes (same behaviour as nmea(4)). If the cable is pulled, the sensor no longer keeps the OK status forever. Tested with a PEX511 as MSTS sender. | |||
2008-01-06 | repair build of boot code where it uses an undefind __ashldi3 on some archs | Otto Moerbeek | |
boot code uses 32-bit blknos anyway | |||
2008-01-06 | Don't reference {sl|nmea}attach(8) in the SEE ALSO section but ldattach(8) | Marc Balmer | |
Discussed with and ok jmc@ | |||
2008-01-06 | gnu cvs added a new keyword 'commitid', this diff adds just enough code | Nikolay Sturm | |
to parse the commitid so that cvsweb (using rcs) continues to work on those files ok niallo@, xsa@ | |||
2008-01-06 | Enable raw keyboard for wscons - prompted by matthieu@. Whilst we're here | Joel Sing | |
remove entries that are irrelevant and clean up comments/indentation. ok miod@ | |||
2008-01-05 | sync | Theo de Raadt | |
2008-01-05 | - bussw.4: give a little indent | Jason McIntyre | |
- vs.4: forgot to update .Nd in previous, i think | |||
2008-01-05 | handle 64-bit blkno's in format string | Otto Moerbeek | |
2008-01-05 | handle 64-bit blkno in format string | Otto Moerbeek | |
2008-01-05 | Make the ffs code 64-bit disk block number clean. Based on a diff | Otto Moerbeek | |
from Pedro Martelleto. Two things remain: the on-disk quota structures are still 32-bit and statfs does not do 64-bit numbers yet. ok deraadt@ | |||
2008-01-05 | make sure all callers of rtlabel_id2name check for a null return value. | Henning Brauer | |
all the original ones did, the recently added ones for labels per interface didn't. no cookie for reyk ;( ok deraadt | |||
2008-01-05 | Add commented out entries for watchdog timers. If you enable the watchdog | Marc Balmer | |
timeout, either set auto retriggering or start watchdogd(8)... From Mitja Muzenic. ok deraadt. | |||
2008-01-05 | Never attach more acpicpu(4) devices than cpu(4) devices. Always attach | Mark Kettenis | |
the first acpicpu(4) device on non-MULTIPROCESSOR kernels, regardless of its ACPI processor ID. ok mikeb@ | |||
2008-01-05 | Add support for the Meinberg Standard Time String format that all Meinberg | Marc Balmer | |
radio clocks can transmit over serial ports. This is implemented as a line discipline similar to nmea(4) and provides a timedelta sensor. See http://www.meinberg.de/english/specs/timestr.htm for details on the MSTS format. ldattach(8) is extended to support the "msts" line discipline and two stopbits (which some radio clocks, e.g. the C51 use). Do a "make includes" before your next system build. Initially from Maurice Janssen based on nmea(4). "go for it" deraadt | |||
2008-01-05 | Adapt to the recent cleanup of Intel PCI host bridges Ids. ok oga@ | Matthieu Herrb | |
2008-01-05 | remove unused function | Charles Longeau | |
initially from tobias@, removed some unused prototypes too "looks good to me" jaredy@ ok tobias@ | |||
2008-01-05 | remove unused function | Charles Longeau | |
from tobias@ ok mglocker@ tobias@ |