Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-30 | these will contain mount_udf | Theo de Raadt | |
2005-03-30 | remove nlist items no longer used; ok henning | Theo de Raadt | |
2005-03-30 | spacing | Theo de Raadt | |
2005-03-30 | move all the client commands to the new command framework. | Joris Vink | |
eliminates a lot of duplicate code. ok jfb@ | |||
2005-03-30 | all architectures, like, why the hell not | Theo de Raadt | |
2005-03-30 | lots 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-30 | UDF here too, says mickey and henning | Theo de Raadt | |
2005-03-30 | allow this to be compiled on its own for testing. | Joris Vink | |
ok jfb@ | |||
2005-03-30 | use the local powerhook, not the generic ohci one. suspend/resume now works | David Gwynne | |
2005-03-30 | extra gunk to make ohci suspend and resume work on the zaurus | David Gwynne | |
help from and ok uwe@ | |||
2005-03-30 | restore all of the registers on resume to cope with power loss during | David Gwynne | |
suspend which leaves the controller totally unconfigured. help from and ok pascoe@ | |||
2005-03-30 | make the powerhooks the responsibility of the bus ohci is attached to | David Gwynne | |
ok uwe@ | |||
2005-03-30 | complete the definition of the power manager sleep status register | David Gwynne | |
ok uwe@ | |||
2005-03-30 | backout last commit for now.. | Markus Friedl | |
2005-03-30 | enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas Santos | Markus Friedl | |
2005-03-30 | bgpd used to open listeners in advance in the parent and the SE picked | Henning 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-30 | interface validation cleanup / fixes | Henning Brauer | |
there's some nastiness in the interface validation. clean up by centralizing the checks in kif_validate(). claudio ok | |||
2005-03-30 | pagesize(1) uses sysctl(8) instead of getpagesize(3) | Martin Reindl | |
lots of input and ok jmc@ | |||
2005-03-30 | Add StackGhost .wcookie section for sparc64. | Mark Kettenis | |
2005-03-30 | Fix reading sparc coredumps. | Mark Kettenis | |
2005-03-30 | mention ospfd as well | Henning Brauer | |
2005-03-30 | kill -S; ok henning | Jared Yanovich | |
2005-03-30 | update copyright for marco who says i can have the free commit | David Gwynne | |
2005-03-30 | sync | Henning Brauer | |
2005-03-30 | generated a .h file with spacing bugs | Theo de Raadt | |
2005-03-30 | make keywords.sh generate an enum for the keys | Henning Brauer | |
2005-03-30 | make set_metric() bail out on invalid keys (unreachable, but better | Henning Brauer | |
safe than sorry later) | |||
2005-03-30 | first 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-30 | spacing | Theo de Raadt | |
2005-03-30 | document UDF | Theo de Raadt | |
2005-03-30 | slightly reword lladdr description for clarity/readability; | Jason McIntyre | |
2005-03-30 | enable UDF on large install media for architectures likely to have DVD drives | Theo de Raadt | |
2005-03-30 | enable UDF in GENERIC | Theo de Raadt | |
2005-03-30 | a UDF, not an UDF; | Jason McIntyre | |
unnecessary .Pp; | |||
2005-03-30 | Do not promise anything about the contents of resolved on failure. | Otto Moerbeek | |
ok millert@ | |||
2005-03-30 | nlist.h not needed | Theo de Raadt | |
2005-03-30 | fix .Dd; | Jason McIntyre | |
fix SEE ALSO; new sentence, new line; sort options list; | |||
2005-03-30 | include nlist.h not needed | Theo de Raadt | |
2005-03-30 | nicer output | Henning Brauer | |
2005-03-30 | get rid of the twisted keywords.[c|h] interaction and just let keywords.sh | Henning Brauer | |
put the defines and the table into the .h | |||
2005-03-30 | more bitrot bites the dust | Henning Brauer | |
2005-03-30 | unconditionalize INET6 support, no binary change | Henning Brauer | |
2005-03-30 | spring cleaning, more to come | Henning Brauer | |
2005-03-30 | these bits can rot in Attic/ | Henning Brauer | |
2005-03-30 | remove ccitt x.25 traces, ok theo | Henning Brauer | |
2005-03-30 | sync | Theo de Raadt | |
2005-03-30 | Use fgetln() to read lines so we are not limited to an arbitrarily small | Todd C. Miller | |
line length. OK otto@ | |||
2005-03-30 | strcasestr(3), a case-insensitive version of strstr(3). already in netbsd | Theo 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-30 | Use the inverse of the T bit in the HcFmRemaining register when adjusting | Christopher Pascoe | |
the frame length. ok dlg@ | |||
2005-03-30 | welcome libc35.0 | Ted Unangst | |