summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-30these will contain mount_udfTheo de Raadt
2005-03-30remove nlist items no longer used; ok henningTheo de Raadt
2005-03-30spacingTheo de Raadt
2005-03-30move all the client commands to the new command framework.Joris Vink
eliminates a lot of duplicate code. ok jfb@
2005-03-30all architectures, like, why the hell notTheo de Raadt
2005-03-30lots of indentation cleanup, now ksh is readable like our other code.Theo de Raadt
double checked to make sure no binaries change, and eyed by niallo
2005-03-30UDF here too, says mickey and henningTheo de Raadt
2005-03-30allow this to be compiled on its own for testing.Joris Vink
ok jfb@
2005-03-30use the local powerhook, not the generic ohci one. suspend/resume now worksDavid Gwynne
2005-03-30extra gunk to make ohci suspend and resume work on the zaurusDavid Gwynne
help from and ok uwe@
2005-03-30restore all of the registers on resume to cope with power loss duringDavid Gwynne
suspend which leaves the controller totally unconfigured. help from and ok pascoe@
2005-03-30make the powerhooks the responsibility of the bus ohci is attached toDavid Gwynne
ok uwe@
2005-03-30complete the definition of the power manager sleep status registerDavid Gwynne
ok uwe@
2005-03-30backout last commit for now..Markus Friedl
2005-03-30enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas SantosMarkus Friedl
2005-03-30bgpd used to open listeners in advance in the parent and the SE pickedHenning Brauer
those it needed, closing all the others. this has some nasty races. so let the parent keep the list of listeners so it knows when it has to open a new one claudio ok, also tested by jason ackley
2005-03-30interface validation cleanup / fixesHenning Brauer
there's some nastiness in the interface validation. clean up by centralizing the checks in kif_validate(). claudio ok
2005-03-30pagesize(1) uses sysctl(8) instead of getpagesize(3)Martin Reindl
lots of input and ok jmc@
2005-03-30Add StackGhost .wcookie section for sparc64.Mark Kettenis
2005-03-30Fix reading sparc coredumps.Mark Kettenis
2005-03-30mention ospfd as wellHenning Brauer
2005-03-30kill -S; ok henningJared Yanovich
2005-03-30update copyright for marco who says i can have the free commitDavid Gwynne
2005-03-30syncHenning Brauer
2005-03-30generated a .h file with spacing bugsTheo de Raadt
2005-03-30make keywords.sh generate an enum for the keysHenning Brauer
2005-03-30make set_metric() bail out on invalid keys (unreachable, but betterHenning Brauer
safe than sorry later)
2005-03-30first approximation: spoof UDF filesystem disklabels when we see them.Theo de Raadt
it is likely a slight bug or two will sneak in with this, so everyone please keep an eye out on your disklabels
2005-03-30spacingTheo de Raadt
2005-03-30document UDFTheo de Raadt
2005-03-30slightly reword lladdr description for clarity/readability;Jason McIntyre
2005-03-30enable UDF on large install media for architectures likely to have DVD drivesTheo de Raadt
2005-03-30enable UDF in GENERICTheo de Raadt
2005-03-30a UDF, not an UDF;Jason McIntyre
unnecessary .Pp;
2005-03-30Do not promise anything about the contents of resolved on failure.Otto Moerbeek
ok millert@
2005-03-30nlist.h not neededTheo de Raadt
2005-03-30fix .Dd;Jason McIntyre
fix SEE ALSO; new sentence, new line; sort options list;
2005-03-30include nlist.h not neededTheo de Raadt
2005-03-30nicer outputHenning Brauer
2005-03-30get rid of the twisted keywords.[c|h] interaction and just let keywords.shHenning Brauer
put the defines and the table into the .h
2005-03-30more bitrot bites the dustHenning Brauer
2005-03-30unconditionalize INET6 support, no binary changeHenning Brauer
2005-03-30spring cleaning, more to comeHenning Brauer
2005-03-30these bits can rot in Attic/Henning Brauer
2005-03-30remove ccitt x.25 traces, ok theoHenning Brauer
2005-03-30syncTheo de Raadt
2005-03-30Use fgetln() to read lines so we are not limited to an arbitrarily smallTodd C. Miller
line length. OK otto@
2005-03-30strcasestr(3), a case-insensitive version of strstr(3). already in netbsdTheo de Raadt
and freebsd, apparently written by torek, the man we never see anymore; submitted by jcs, but he is not around right now for the libc major crank so i sneak it in for him
2005-03-30Use the inverse of the T bit in the HcFmRemaining register when adjustingChristopher Pascoe
the frame length. ok dlg@
2005-03-30welcome libc35.0Ted Unangst