summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-10clear the beacons owner/valid bits to avoid garbage.Damien Bergamini
2009-08-10Use the right source and destination lines in grid_duplicate_lines.Nicholas Marriott
2009-08-10three more shutdown hooks bite the dust.Damien Bergamini
2009-08-10xge_shutdown is not needed now that interface is stopped, sinceTheo de Raadt
2009-08-10missing argument to DPRINTF.Damien Bergamini
2009-08-10delete xxshutdown handlers that are never even hooked upTheo de Raadt
2009-08-10undef OTUS_DEBUG.Damien Bergamini
2009-08-10i prefer (m == NULL) over (!m)Damien Bergamini
2009-08-10some minor tweaks; ok nicmJason McIntyre
2009-08-10use splhigh instead of splclock to block in the i386_ipiTheo de Raadt
2009-08-10Don't use char arrays for sleep wchans and reuse them.Thordur I. Bjornsson
2009-08-10right now, we only increment ci_idepth in struct cpuinfo whenOwain Ainsworth
2009-08-107 years ofHenning Brauer
2009-08-10we need to null mcopy, gotos bite. theo and i both missed them, theo okHenning Brauer
2009-08-10lockmgr -> rwlockOwain Ainsworth
2009-08-10build on amd64 alsoJonathan Gray
2009-08-10gpio for amd64.Jonathan Gray
2009-08-10fix previous:Henning Brauer
2009-08-10this is basically a fixed version of r1.165, avoid m_copym of each and everyHenning Brauer
2009-08-10At sys_reboot time, bring all the interfaces down so that their xxstopTheo de Raadt
2009-08-10if mpath steals a link, print out where the link was stolen so dmesg stillDavid Gwynne
2009-08-10Use an RB tree instead of a hashtable for fh/node lookups.Thordur I. Bjornsson
2009-08-10pull the printing out of scsibusprint so it can be used against scsi_linkDavid Gwynne
2009-08-10sockets created via a listening socket lose the rdomain and fail to workClaudio Jeker
2009-08-10AnotherBret Lambert
2009-08-10Remove the v2 writegather code. It did help alot back in the 80sThordur I. Bjornsson
2009-08-10The only caller of NFSMSIZ got changed yesterday, so remove it.Bret Lambert
2009-08-10need a space between args and punctuation;Jason McIntyre
2009-08-10advise to update /etc/rc.conf.local instead of /etc/rc.conf; from RemcoOkan Demirmen
2009-08-09sync to 1.8.4: three additional .St macrosIngo Schwarze
2009-08-09Introduce option DDB_STRUCT. Kernels compiled with this option (except onMiod Vallat
2009-08-09Scale both receive and send buffer on the raw socket. The default 8192Claudio Jeker
2009-08-09sync to 1.8.4: remove superfluous FIXMEsIngo Schwarze
2009-08-09sync to 1.8.4: full .An -[no]split supportIngo Schwarze
2009-08-09indicate success for setting directory attributes; first step towardsMartynas Venckus
2009-08-09Make ami(4) use NO_CCB at least some of the time.Kenneth R Westerback
2009-08-09sync to 1.8.4: correct error message to complain about .An line argumentsIngo Schwarze
2009-08-09sync to 1.8.4: now that leading blanks in literal text are preserved,Ingo Schwarze
2009-08-09No need to clean genassym{.,o} during `make clean', genassym.sh does thisMiod Vallat
2009-08-09sync to 1.8.4: preserve leading whitespace in literal textIngo Schwarze
2009-08-09PACKET_TAG_NONE is not used. ok henningTheo de Raadt
2009-08-09Another lost bit for SysV message queues.Bret Lambert
2009-08-09remove the ancient MCFail / MPFail debugging technique; ok claudioTheo de Raadt
2009-08-09Add a dummy <machine/conf.h> so that MI code can rely upon its existence.Miod Vallat
2009-08-09Forgot to commit this bit for the SysV message queue cleanup.Bret Lambert
2009-08-09now in sync with version 1.8.3Ingo Schwarze
2009-08-09sync to 1.8.3: quote macro names without a preceding dotIngo Schwarze
2009-08-09sync to 1.8.3: ugly fix for .Bl or .Bd when nested in .Bl -hangIngo Schwarze
2009-08-09No options TIMEZONE and DST in GENERIC kernels.Miod Vallat
2009-08-09zap trailing whitespace;Jason McIntyre