summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-06-24Thinkpad -> ThinkPadIgor Sobrado
2008-06-24missing "usage:"Igor Sobrado
2008-06-24regenBrad Smith
2008-06-24- Rename the QuickCam Sphere AF to Orbit since the other Orbit MPBrad Smith
2008-06-24remove recalloc; sloppy me; ok deraadt@Otto Moerbeek
2008-06-23Some conformance fixes:Anders Magnusson
2008-06-23Do not compile the ``kbd needs to be rebuilt'' test if -DNOKVM. Should shaveMiod Vallat
2008-06-23trim SEE ALSO;Jason McIntyre
2008-06-23new sentence, new line;Jason McIntyre
2008-06-23Don't bzero() the USB buffer before every xfer. This was just for debugMarcus Glocker
2008-06-23amd64s bus_dma internals use a pointer to a lastaddr variable to keepDavid Gwynne
2008-06-22Remove the QuickCam Pro 5000 from the quirks list now that thereBrad Smith
2008-06-22regenBrad Smith
2008-06-22Add a few more QuickCam cams and touch up some of the existing entries.Brad Smith
2008-06-22Update watchdog timer code from DragonFly.Brad Smith
2008-06-22Automatically distinguish between CD-DA track and WAVE audio file writing themav
2008-06-22Like alpha, db_stack_dump() on mips and sh needs complete frame informationMiod Vallat
2008-06-22If no frame gets queue for a certain time, return EINVAL to the userlandMarcus Glocker
2008-06-22As discussed on ICB, do not invoke make with several targets to makeAntoine Jacoutot
2008-06-22Enable the use of __attribute__ ((__nonnull__)) unconditionally under OpenBSD,Miod Vallat
2008-06-22correct function names on some debug and panics.Federico G. Schwindt
2008-06-22Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES,Kenneth R Westerback