summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-01no we don't need endpwentHenning Brauer
2009-06-01When an RPC client program encounters ENOMEM while trying to printIngo Schwarze
2009-06-01Use the md atomic code on mips64 instead of the horrid slow code. Should haveMiod Vallat
2009-06-01A much better atomic lock routine.Miod Vallat
2009-06-01yet another cleanup in mfa/lka, don't roll their own loops to release mapsGilles Chehade
2009-06-01Whoops, didn't mean to add this.Nicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott
2009-06-01Fix fgets handling.Ray Lai
2009-06-01Do not call the upcall twice on some prefixes. Move the upcall back toClaudio Jeker
2009-06-01Add a tab to blank line so hack(6) knows to print a blank lineRay Lai
2009-06-01Correct the _atomic_lock() asm so that gcc accepts the constraintsPhilip Guenthe
2009-06-01add new file ruleset.c with code related to the ruleset matching, and killGilles Chehade
2009-06-01Holy simplification batman. Use the per rib entry flags to lock entriesClaudio Jeker
2009-06-01Typo, from NetBSD.Ray Lai
2009-06-01Remove dead/unused codeJordan Hargrave
2009-06-01no point in calling curcpu() when ci is already set. ok miod@Dale Rahn
2009-06-01Split getpw{nam,uid} off into their own man page. Hopefully, thisTodd C. Miller
2009-06-01syncTheo de Raadt
2009-06-01Instead of storing a pointer to the RIB head in the RIB element use thatClaudio Jeker
2009-06-01propagate the recipient domain through aliases expansion, this fixes a bugGilles Chehade
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.Michele Marchetto
2009-06-01Deal with wraparound when checking RLIMIT_DATA.Todd C. Miller
2009-06-01Fix the order of checking if a machine has MTRR. We need to checkPeter Hessler
2009-06-01Move ibcs2_sendsig into compat. Quit poluting machdep.Tobias Weingartner
2009-06-01Use proper pmap during ACPI sleep on amd64. Original code by Kurt,Mike Larkin
2009-06-01Since we've now cleared up a lot of the PG_RELEASED setting, remove theOwain Ainsworth
2009-06-01please sthen the 80 character pedantTheo de Raadt
2009-06-01We are done with sup, other sucky tools are better nowTheo de Raadt
2009-06-01Fix NULL dereference in aml_name.c (acpidump)Mike Larkin
2009-06-01syncTheo de Raadt
2009-06-01No need for save_getpwuid and such functions which call endpwent.Theo de Raadt
2009-06-01Use the background color attribute in udl_erasecols and udl_eraserowsMarcus Glocker
2009-06-01"let --" was crashing ksh; found by phy0@rambler.ru. Various other expressionsTheo de Raadt
2009-06-01Sort argument list of udl_draw_char similar as udl_fb_* friends.Marcus Glocker
2009-06-01fix function name in log_debugJacek Masiulaniec
2009-06-01There is no need to use a variable just for sizeof(). Garbage collect ifa.Claudio Jeker
2009-06-01physmem allocator: change the view of free memory from single free pagesAriane van der Steldt
2009-06-01Allow a font width other than 8 pixels.Marcus Glocker
2009-06-01RIP; ok millertTheo de Raadt
2009-06-01Enable zyd in more places now we know it is endian safe.Jonathan Gray
2009-06-01Better naming for some framebuffer functions.Marcus Glocker
2009-06-01Reduce data payload for font drawing to a fixed size per character.Marcus Glocker
2009-06-01display ssl negociation information in the received line of incomingGilles Chehade
2009-06-01Don't destroy listening socket when pause/resume request is received,Jacek Masiulaniec
2009-06-01delete a useless comment;Jason McIntyre
2009-06-01tweak previous;Jason McIntyre
2009-06-01Fix EV_READ/EV_WRITE testing inside IMSG handlers. Based on similar changeJacek Masiulaniec
2009-06-01Don't assume there will be a newline after calling fgets.Ray Lai
2009-06-01Simplify newline stripping after fgets.Ray Lai
2009-06-01I forgot to apply the End Of Command token for async xfers. Maybe thatMarcus Glocker