summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-07some minor fixes, mainly from from Niclas Zeising, freebsd conf/112024Jason McIntyre
2009-06-07improve spacing in usage()Igor Sobrado
2009-06-07Define _KERNEL for the bare minimum. We can include sys/proc.hTodd C. Miller
2009-06-07xfs -> nnpfs; ok jjJason McIntyre
2009-06-07We weren't including isa.h and therefore missing the NISA #define. ThisMike Larkin
2009-06-07Do not look at the avail_{start,end} members from vm_physmem[] anymore.Miod Vallat
2009-06-07Remove gecos expanding code, since the expanded string is no longerRay Lai
2009-06-07Don't leak FILE * if multiple -o flags are given.Ray Lai
2009-06-07don't prefix the usage of a define that has a - with a -Jonathan Gray
2009-06-07Shave surplus space from format string.Michael Knudsen
2009-06-07Use SIZE_MAX, not SIZE_T_MAX.Ray Lai
2009-06-07Don't use $TMPDIR if it is empty.Ray Lai
2009-06-07Plug file descriptor leak when diffing regular files.Ray Lai
2009-06-07Remove outdated comment.Ray Lai
2009-06-07Avoid including machine/cpu.hTodd C. Miller
2009-06-07updates for 8187b;Jason McIntyre
2009-06-07sync usage();Jason McIntyre
2009-06-07More cvs/diff/rcs convergence:Ray Lai
2009-06-07Document the gconf2 module.Antoine Jacoutot
2009-06-07Change the way fds passed over a socket are retreived on the receiving side.Eric Faurot
2009-06-07de-spaghetti:Ingo Schwarze
2009-06-07More tersification. Fixes verbiage issue reported by jdixon@ onKenneth R Westerback
2009-06-07fix a minor memory leak spotted by deraadt@; ok millert@ deraadt@Ingo Schwarze
2009-06-07Use the new kvm_getfile2 interface to do the dirty work. OK deraadt@Todd C. Miller
2009-06-07Add kvm_getfile2 which uses KERN_FILE2 when possible, fallingTodd C. Miller
2009-06-07Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures,Todd C. Miller
2009-06-07on amd64, store a pointer to the loaded data and the type. This willOwain Ainsworth
2009-06-07fix uninitialized or undefined value returned to callerCharles Longeau
2009-06-07extend uvm_page_physload to have the ability to add "device" pages to theOwain Ainsworth
2009-06-07Modify the uc_entries allocation check such that the lhs is a constant.Todd C. Miller
2009-06-07Make the imsg protocol network-safe.Eric Faurot
2009-06-07Initial documentation for the new stuffClaudio Jeker
2009-06-07First attempt at reload support for RIBs. There is some magic that I doClaudio Jeker
2009-06-07No need to malloc, copy, have a single read access, and free right away.Ingo Schwarze
2009-06-06Unrevert the curpmap change with the addition of correct %gs handlingPhilip Guenthe
2009-06-06Don't allocate an mbuf cluster without checking to see if it willBret Lambert
2009-06-06Somehow I missed comitting this.Artur Grabowski
2009-06-06Update est.c, make it capable of using ACPI if the PSS is available butGordon Willem Klok
2009-06-06make it possible to abort transfers of broken ftp servers. firstMartynas Venckus
2009-06-06Consolidate error handling in read case.Bret Lambert
2009-06-06ipi_reloadcr3 uses CPUVAR, so it needs to set up %fs in order toPhilip Guenthe
2009-06-06change the imsg header fields a bit to prepare for upcoming changes.Eric Faurot
2009-06-06Reorder IMSG types to put the "exported" ones further down so they do notClaudio Jeker
2009-06-06We need miod's no-coredumps-on-ramdisks diff, because we have grown theTheo de Raadt
2009-06-06Fix bgpctl show rib prefix/len command. Problem reported by Insan Praja.Claudio Jeker
2009-06-06mention that the timeout is in milliseconds... because i always forget.Chris Kuethe
2009-06-06Disable interrupts durring the lock step frequency/voltage change. GenericGordon Willem Klok
2009-06-06Uninitialized variable causing havoc on flush. Found by rivo nurgesClaudio Jeker
2009-06-06- don't mess with assert()/__assert(), use KASSERT() insteadJasper Lievisse Adriaanse
2009-06-06syncTheo de Raadt