summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-16Power down machine from acpi.Marco Peereboom
2005-12-16Added hooks for powerdown/power button pressJordan Hargrave
2005-12-16Flush fpu state before reading/modifying the state in the pcb.Mark Kettenis
2005-12-16signpost the protocol sections;Jason McIntyre
2005-12-16make the description of -c a little nicer;Jason McIntyre
2005-12-16Cleaned up common power management register i/oJordan Hargrave
2005-12-16simplify a sentence;Jason McIntyre
2005-12-16move the option descriptions up the page: start of a restructure;Jason McIntyre
2005-12-16syncTheo de Raadt
2005-12-16libresolv.a is no longer neededTheo de Raadt
2005-12-16move the section on updating bootblocks into the man bodyJason McIntyre
2005-12-16Fix unsigned < 0 check in ext2fs_readdir(), okay krw@Pedro Martelletto
2005-12-16boolshitMichael Shalayeff
2005-12-16a little quieterBrad Smith
2005-12-16Fix unsigned < 0 check in ufs_readdir(), okay krw@Pedro Martelletto
2005-12-16Add new unified header file for devices. Suggested deraadt@Marco Peereboom
2005-12-16Use new unified header.Marco Peereboom
2005-12-16Remove .h files and replace them with a single one. Suggested deraadt@Marco Peereboom
2005-12-16Remove autoconf chatterMarco Peereboom
2005-12-16clarify sentence; cannot reuse a stream socket after even trying to do a conn...Theo de Raadt
2005-12-16re-enable ipmiTheo de Raadt
2005-12-16do not use a label_t in the pcb. label_t may not exist in all contexts,Theo de Raadt
2005-12-16Lose dsdt since it was moved inside acpi.cMarco Peereboom
2005-12-16fix error printf's.Brad Smith
2005-12-16Fix 2 issues reported by beck.Marco Peereboom
2005-12-16Add a regression test for lint catching division by zero.Chad Loder
2005-12-16Make div by zero a non-fatal messageChad Loder
2005-12-16Limp along with integral 0 instead of UQUAD_MAX when there is a divisionChad Loder
2005-12-16zaurus cannot fit -g on standard drive, total bummerTheo de Raadt
2005-12-16Call checkdbz with the correct operand, so that div by zero checks actuallyChad Loder
2005-12-16remove unused code to use IO space.Brad Smith
2005-12-16Moved DSDT AML parsing into parent ACPI driverJordan Hargrave
2005-12-15merge printing of the revision and the interrupt string into one printf.Brad Smith
2005-12-15If i is unsigned then i can wrap in 'for(...; i >= 0; i--)'. SpottedKenneth R Westerback
2005-12-15Fix error printf()s.Kenneth R Westerback
2005-12-15No need to call the nbr_fsm for unexpected LS requests. The RFC tells toClaudio Jeker
2005-12-15Fix ospfe shutdown function. The cleanup was totaly busted. OK norby@Claudio Jeker
2005-12-15Simpify iface_del() and nbr_del(). make them void funtions as they can not failClaudio Jeker
2005-12-15Fix memory leaks in the parser. Make the string passed with area more strict.Claudio Jeker
2005-12-15NULL != '\0'. Spotted by Han Boetes and a linux gcc.Kjell Wooding
2005-12-15Use _SYS_CDEFS_H_ not _CDEFS_H_ for duplicate header supression.Todd C. Miller
2005-12-15remove inaccuracy (pipes do not appear as unix sockets);Jason McIntyre
2005-12-15make the systrace section just like the rest...Jason McIntyre
2005-12-15sort;Jason McIntyre
2005-12-15tweaks;Jason McIntyre
2005-12-15A sanity check for an unsigned variable being < 0 after a subtractionKenneth R Westerback
2005-12-15Protect va_copy with __ISO_C_VISIBLE as intended.Todd C. Miller
2005-12-15A sanity check for an unsigned variable being < 0 after a subtractionKenneth R Westerback
2005-12-15fstat does not print an '*' for fifos, okay jmc@Pedro Martelletto
2005-12-15shrink a littleDavid Gwynne