summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-01-18Revert 1.166 (but keep the bufq_wait() interface change), for this is wrongMiod Vallat
2015-01-18The 'mrs' instruction only deals with the whole register withoutJonathan Gray
2015-01-18Since we are no longer resetting rings when a Babble or Stall conditionMartin Pieuchot
2015-01-18The 'mrs' instruction only deals with the whole register withoutJonathan Gray
2015-01-18unifdef IPKDB. These codepaths are holdouts from NetBSD code and areJonathan Gray
2015-01-18Per POSIX, <sys/socket.h> needs to expose struct iovec, and may do soPhilip Guenther
2015-01-17Split the consumer & producer logic into two different functions inMartin Pieuchot
2015-01-17use NGROUPS_MAXTheo de Raadt
2015-01-17guard usingacpi variable inside NACPI. from oyvind jaegtnesTed Unangst
2015-01-17Define MAXHOSTNAMELEN as HOST_NAME_MAX+1. OK deraadt@Todd C. Miller
2015-01-17Delete an extra tab.Kenji Aoyama
2015-01-17Add an ascii bit/field diagram for armv7-a psr to match theJonathan Gray
2015-01-17resume_randomness() before spinning up other cpus...Theo de Raadt
2015-01-17More complete gpio reset sequences for SABRE Lite/Nitrogen6X.Jonathan Gray
2015-01-16increase namecache to maxvnodes again now that the n^2 loop is no more.Ted Unangst
2015-01-16Revert forcing a rachitic `c' slice size when the drive geometry is not known,Miod Vallat
2015-01-16Don't bother to initialize %g1; we don't do this on sparc either.Mark Kettenis
2015-01-16disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it isMiod Vallat
2015-01-16increasing the size of the namecache suddenly made the commentTed Unangst
2015-01-16Less code, more better. No longer need to worry about what mysteriousTed Unangst
2015-01-16Binary code patching on amd64Stefan Fritsch
2015-01-16Move to using PATH_MAXTheo de Raadt
2015-01-15include <sys/syslimits.h> and switch to use of LOGIN_NAME_MAX, makingTheo de Raadt
2015-01-15include <sys/syslimits.h> to get access to (and then use) NGROUPS_MAXTheo de Raadt
2015-01-15Stop including <sys/param.h> and other stuff. Assume this will be includedTheo de Raadt
2015-01-15Do not include 5 header files, including <sys/param.h>Theo de Raadt
2015-01-15remove static version stringTed Unangst
2015-01-15simplify des headers by stripping out all the unnecessary userland bitsTed Unangst
2015-01-15Remove a variable no longer used in re_tick().Brad Smith
2015-01-15Rework the disk label handling once again. Disk label is read at attach timeMiod Vallat
2015-01-15The flags variable in shmat was not actually used. We need UVM_FLAG_*Todd C. Miller
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2015-01-15Fix subtle breakage for polled commands introduced during iopool conversion.Miod Vallat
2015-01-15Map the sigcode page with MAP_INHERIT_COPY to make sure it isn't shared aterMark Kettenis
2015-01-15Don't include i82489 headers in cpu.hStefan Fritsch
2015-01-15Define and print HV cpuid flag on i386.Stefan Fritsch
2015-01-15Map the sigcode page copy-on-write. This allows userland to put breakpointsMark Kettenis
2015-01-15Sync with libc version.Todd C. Miller
2015-01-15Define a new wscons mouse type for Synaptics clickpad devices that lackJonathan Gray
2015-01-14Don't forget to register event counter for VME interrupts.Miod Vallat
2015-01-14This does not need <sys/param.h>. If we change some other stuff around,Theo de Raadt
2015-01-14When a read or write operation fails on a sector found on the bad block table,Miod Vallat
2015-01-14This does not need <sys/param.h>. <sys/types.h> is enough.Theo de Raadt
2015-01-14When the outcome of the watchdog processing is a reset, do not bother checkingMiod Vallat
2015-01-14Make the special buffer used for the few sector I/O at attach time a per-softcMiod Vallat
2015-01-14Make x[dy]c_e2str return a const char *.Miod Vallat
2015-01-14Remove pass-through ioctl for SMD disks (DIOSXDCMD). Nothing uses this, becauseMiod Vallat
2015-01-14It is sufficient to protect in6_ifattach() with splsoftnet().Alexander Bluhm
2015-01-13In IBSS mode, stop calling the driver's newassoc() each time a probeStefan Sperling
2015-01-13Initialize d_type to DTYPE_SMD in the default label to avoid disklabel(8)Miod Vallat