summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-26Nuke the unused variable cpus_attached. It is unused and 32 bitsKenneth R Westerback
2010-11-26tweak previous;Jason McIntyre
2010-11-26Do like in rc.local and print the daemon name before running rc_stop.Antoine Jacoutot
2010-11-26document package-specsMarc Espie
2010-11-26Pass through ssh command-line flags and options when doing remote-remoteDamien Miller
2010-11-25Make .de1 a symnonym for .de, not .ig as it was before.Ingo Schwarze
2010-11-25Support quoting of arguments passed to user-defined macros,Ingo Schwarze
2010-11-25Implement the .de (define macro) roff instruction.Ingo Schwarze
2010-11-25replace close() loop for fds 3->64 with closefrom();Damien Miller
2010-11-24add *maxactive statsTodd T. Fries
2010-11-24Floating-point emulation code for systems lacking proper FPU (i.e. Octeon),Miod Vallat
2010-11-24Allow MD code to setup MD-specific mappings (kinda similar to the signalMiod Vallat
2010-11-24Make sure ptrace_sstep(,0) actually clears breakpoints, by replacing theMiod Vallat
2010-11-24Implement a real pmap_proc_iflush() instead of relying on trap.c to performMiod Vallat
2010-11-24- use *un*signed byte array for control dataJacob Meuser
2010-11-24Ensure that hw.disknames gets updated whenever a disklabel is set, sinceJoel Sing
2010-11-24When dealing with disklabel UIDs (DUIDs) be specific and consistent withJoel Sing
2010-11-24When disabling and enabling tables set the number of hosts that are upJonathan Gray
2010-11-24we can't accept up to MAX_LOCALPART_SIZE (128 bytes) for the user partGilles Chehade
2010-11-24remove a debug() that pollutes stderr on client connecting to a serverDamien Miller
2010-11-24fix spelling in an error messageStuart Henderson
2010-11-24malloc the temporary struct pppx_if used in pppx_if_find (it's currentlyStuart Henderson
2010-11-23avoid NULL deref on receiving a channel request on an unknown or invalidDamien Miller
2010-11-23passing stack pointer to secondary processorsTakuya ASADA
2010-11-23Correct interrupt handlingTakuya ASADA
2010-11-23do not print the terminating null character after stringsAlexander Hall
2010-11-23regenKevin Lo
2010-11-23Recognize the Marvell PHYG65G Gig PHY; tested by Frans HaarmanKevin Lo
2010-11-23removed slot argument of function pckbc_cnattachAlexandr Shadchin
2010-11-23use strict_modes already passed as function argument over referencingDamien Miller
2010-11-22There is somewhere that WINDOW_HIDDEN is getting set when it shouldn'tNicholas Marriott
2010-11-22Remove old comment about constab[] being eventually generated by config(8).Miod Vallat
2010-11-22Use cons_decl() to get console routine prototypes, instead of rolling our own.Miod Vallat
2010-11-22Remove bus_space_probe prototype, this function is not implemented.Miod Vallat
2010-11-22Remove unused (and dummied) bios console routines.Miod Vallat
2010-11-22Remove old pcons leftover defines.Miod Vallat
2010-11-22Remove prototypes for missing (removed) functions or already found in aMiod Vallat
2010-11-22Remove unused VM_MAX_KERNEL_BUF define.Miod Vallat
2010-11-22create devices for fstab entries that are using the disklabel UID notation tooAlexander Hall
2010-11-22SCSI devices are assumed to be T_FIXED unless they say otherwise.Kenneth R Westerback
2010-11-22allow weird practices such as ftp_proxy='' instead of unset altogetherMarc Espie
2010-11-22Update example disk partition info to more current reality. NoticedKenneth R Westerback
2010-11-21adding timer randomness in ioctl doesn't really help and looks suspicious.Ted Unangst
2010-11-21Refactor internals of private key loading and saving to work on memoryDamien Miller
2010-11-21Properly handle when uhci_alloc_sqh() fails to allocate memory inMatthew Dempsky
2010-11-21honour $TMPDIR for client xauth and ssh-agent temporary directories;Damien Miller
2010-11-21the posix regex mistake is here to stay. ok deraadtTed Unangst
2010-11-20throw some yields into the pf table code so it doesn't lock up the kernel.Ted Unangst
2010-11-20typoMiod Vallat
2010-11-20Change wsdisplay_kbdinput() to get an aray of keysym_t and a count, instead ofMiod Vallat