summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-31enable receive checksum offloadBrad Smith
2005-03-31fix prototype for cvs_commit_prepare()Joris Vink
2005-03-31remove unused variable.Joris Vink
2005-03-31- Correct on/off and up/down about DIP switches; The hardware manualKenji Aoyama
and the real hardware seems different... - Add some notice about upgrade installation method. ok deraadt@ miod@
2005-03-31order the usb stuff, and remove duplicate config lines for usb at ohci.David Gwynne
fix some spelling while here. ok uwe@
2005-03-31and some includes too much here as well, grunkHenning Brauer
2005-03-31zap includes, Alexander von Gernler <grunk@pestilenz.org>Henning Brauer
2005-03-31zap some includes we don't need, Alexander von Gernler <grunk@pestilenz.org>Henning Brauer
2005-03-31go back to the old trace code, but add -fno-omit-frame-pointer so it works.Ted Unangst
makes trace output more reasonable. ok andreas
2005-03-30mention new udf malloc types, okay deraadt@Pedro Martelletto
2005-03-30init pool after we allocate softc array in case malloc failsMichael Shalayeff
2005-03-30remove trailing \n in errx().Moritz Jodeit
ok deraadt@
2005-03-30output final summary to stderr instead of stdout,Moritz Jodeit
so it won't get mixed when tcpdump -w - is used. ok henning@ deraadt@
2005-03-30Use getcap to pull out login.conf entries that contain a localcipherTodd C. Miller
entry instead of giving the user a list of all possible login classes. This makes the default list "daemon default staff" instead of listing all the stub classed only meant for inclusion into the real classes.
2005-03-30- Enable charging properly, avoiding the stuck "battery full" signal.Uwe Stuehler
- Correctly report battery life estimates falling between thresholds. - Restart charging every minute (needed on all zaurus machines). - Report battery life even while battery_state is APM_BATT_CHARGING. - Be pessimistic about the total battery life time in minutes. - Use shorter prefix for local symbol names. The timeouts introduced in this revision can be removed later.
2005-03-30only set HOME if not already set; ok deraadt@Todd C. Miller
2005-03-30put mount_udf here too (big media things use this)Theo de Raadt
2005-03-30ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@Otto Moerbeek
2005-03-30syncTheo de Raadt
2005-03-30spacingTheo de Raadt
2005-03-30ansiPatrick Latifi
ok otto moritz deraadt
2005-03-30remove balony advice, recommended by beckTheo de Raadt
2005-03-30Fix some stuff noted by Theo.Hakan Olsson
2005-03-30ansi + de-registerPatrick Latifi
ok otto deraadt
2005-03-30Move sasyncd(8), for IPsec SA synchronization, in-tree. Work in progress.Hakan Olsson
deraadt@ ok.
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