summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-03most modern implementations of nfsd support TCP, not just 4.4BSD;Jason McIntyre
2006-01-03include signal.h not sys/signal.h and remove a useless cast; OK deraadt@Todd C. Miller
2006-01-03Make #undef match its temporary #define.Miod Vallat
2006-01-03add asms(4) man page; ok jmc@ deraadt@ kettenis@.Xavier Santolaria
2006-01-03work in progress on the Apple Sudden Motion Sensor found in recentXavier Santolaria
2006-01-03tar and ustar formats have 8gb limit;Jason McIntyre
2006-01-03renaming zlib.{c,h} files to compress.{c,h} and link to build;Xavier Santolaria
2006-01-03tweak the description of ~/.ssh/environmentJason McIntyre
2006-01-03put FILES in some sort of order: sort by pathnameJason McIntyre
2006-01-03Plug some mem leaks.Claudio Jeker
2006-01-03syncTheo de Raadt
2006-01-03use a larger width for the ENVIRONMENT list;Jason McIntyre
2006-01-03move FILES to a -compact list, and make each files an item in that list.Jason McIntyre
2006-01-03Kill WFLAG macro. Should have been included in the rde_attr_parse() merge.Claudio Jeker
2006-01-03add smu(4);Jason McIntyre
2006-01-03remove duplicate comment;Jason McIntyre
2006-01-03m_pullup the same amount we copied, not just the IP header.Marco Pfatschbacher
2006-01-03in EXAMPLES:Jason McIntyre
2006-01-03oops, fcu(4) is a slave, not master;Jason McIntyre
2006-01-03spelling; from michael knudsen;Jason McIntyre
2006-01-03Move the signal handler flags check between the poll() call and the pollClaudio Jeker
2006-01-03No need to check the poll fds in case of EINTR. OK dlg@Claudio Jeker
2006-01-03use fatal();Xavier Santolaria
2006-01-03Fix UFS2 detection by looking for the super-block at every possiblePedro Martelletto
2006-01-03knf;Xavier Santolaria
2006-01-03Use "official" chip part names/numbers for matching.Mark Kettenis
2006-01-03check getnameinfo() return for 0 and use errx() vs. err(); old ok markus@Kevin Steves
2006-01-03Do not overlap flags; problem introduced when new escapes were added.Todd C. Miller
2006-01-02The official fix for the Perl sprintf buffer overflow.Brad Smith
2006-01-02Check db_console before entering ddb.Miod Vallat
2006-01-02add missing section number;Jason McIntyre
2006-01-02Don't call pthread_self()->tid when getthrid() will do fine.Otto Moerbeek
2006-01-02Remove orphaned i2c_bitbang code, as well as i2c_bitbang and i2cexecMiod Vallat
2006-01-02Faster signal trampoline code for m88k: instead of pushing everything onMiod Vallat
2006-01-02Remove orphaned cpu_exec_aout_makecmds() since we don't _KERN_DO_AOUT.Miod Vallat
2006-01-02No need to check for P_INMEM in process_set_pc() and process_sstep(), as theseMiod Vallat
2006-01-02Merge enablertclock() in cpu_initclocks(), kill unused disablertclock(), andMiod Vallat
2006-01-02Kill enablertclock.Miod Vallat
2006-01-02mention the 82801E (C-ICH)Brad Smith
2006-01-02zap, kill and eliminate unused code;Joris Vink
2006-01-02some corrections from michael knudsen;Jason McIntyre
2006-01-02- nuke remaining err(), errx() and warnx() instances.Xavier Santolaria
2006-01-02+.Xr tftp-proxy 8 ,Jason McIntyre
2006-01-02+.Xr tftp-proxy 8Jason McIntyre
2006-01-02#include <signal.h>, not <sys/signal.h>Todd C. Miller
2006-01-02#include <signal.h>, not <sys/signal.h>Todd C. Miller
2006-01-02#include <sys/signal.h> not neededTodd C. Miller
2006-01-02No need to include both <sys/signal.h> and <signal.h>, only <signal.h>Todd C. Miller
2006-01-02fix typo in commentTom Cosgrove
2006-01-02fcu(4) is a master, not slave;Jason McIntyre