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