summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-26Fix sticky-address on rdr; With the current nat code, we always use the sameRyan Thomas McBride
2008-06-26Typo, CMD -> AMDBrad Smith
2008-06-26fatalx instead of fatal because errno is not set of pipe is closed. OK henningClaudio Jeker
2008-06-25Move .rodata 512KB further, since kernels will soon reach the address .rodataMiod Vallat
2008-06-25in resume mode, pass -c to mget when {dir,file}hasglob, so that i'mMartynas Venckus
2008-06-25Support the Intel G35 which apparently works similarly to the 965.Owain Ainsworth
2008-06-25In interactive mode, always suggest offsets and sizes inside theOtto Moerbeek
2008-06-25do not print scsi id, since scsibus does that now; ok krwTheo de Raadt
2008-06-25- fix -Wall (no behavior change, a || b && c = a || (b && c) anyway)Martynas Venckus
2008-06-25sync Nd for auglx;Jason McIntyre
2008-06-25- expressions such as x != x and x == x are prone to errors andMartynas Venckus
2008-06-25`Li' needs an argument;Jason McIntyre
2008-06-25use pools for the uio and iovec allocations in sr_crypto_getcryptop()Thordur I. Bjornsson
2008-06-25syncTheo de Raadt
2008-06-25Change a very long selective list of all architectures which do IEEE intoTheo de Raadt
2008-06-25syncTheo de Raadt
2008-06-25this diff changes the bootloader to skip the CHS sanity check if LBAReyk Floeter
2008-06-25auglx(4) is an audio(4) driver for the AC'97 audio codec found onMarc Balmer
2008-06-25allow to install and boot the OpenBSD A6 partition and disklabel in anReyk Floeter
2008-06-25handle sparc64 seperately; ok miodTheo de Raadt
2008-06-25no need for sparc/sparc64 ifdefs, since this file is sparc onlyTheo de Raadt
2008-06-25split test for __sparc__ into __sparc__ and __sparc64__Theo de Raadt
2008-06-25Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112Todd C. Miller
2008-06-25Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX,Todd C. Miller
2008-06-25Add _PW_BUF_LEN define and use it instead of hard-coding 1024 forTodd C. Miller
2008-06-25syncTheo de Raadt
2008-06-25regen;Jason McIntyre
2008-06-25sort; ok toddJason McIntyre
2008-06-25much better url parser.Marc Espie
2008-06-25add key length to visual fingerprint; zap magical constants;Otto Moerbeek
2008-06-25syncTheo de Raadt
2008-06-25Add various Logitech QuickCam's which are known to be UVC class devices.Brad Smith
2008-06-25Make ldd grok pie binaries.Kurt Miller
2008-06-25Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc,Kurt Miller
2008-06-25Make pic compatiable. From and okay drahn@ no objection miod@Kurt Miller
2008-06-25implement automatic time-based rekeying (every 10 minutes); ok deraadt@Damien Miller
2008-06-24Garbage collect some unused nor relevant config files. They're eitherBrad Smith
2008-06-24Fixed a problem that would cause errors (especially when in low memoryBrad Smith
2008-06-24On user/kernel shared page table machines, do not let processes map theirTheo de Raadt
2008-06-24- move -S and -t into the main option descriptions: they were the onlyJason McIntyre
2008-06-24prototypes for getpwnam_r() and getpwuid_r()Theo de Raadt
2008-06-24syncTheo de Raadt
2008-06-24crank major because of two new interfacesTheo de Raadt
2008-06-24create a private getpwent()-like interface which does not walk the YPTheo de Raadt
2008-06-24implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of theTheo de Raadt
2008-06-24clarify tao's -a option; ok av fgschJason McIntyre
2008-06-24- document the raidlevelsJason McIntyre
2008-06-24Remove leading zeros of subpart of partition's blocksize so ksh does notTobias Stoeckmann
2008-06-24Index: src/sbin/growfs/growfs.cIgor Sobrado
2008-06-24sort flags in synopsis to match "usage:" and style(9)Igor Sobrado