Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-05 | sync from mirrors.dat | Stuart Henderson | |
2010-07-05 | Reset register SCI_EN on resume. The ACPI spec clearly states we don't have | Mike Larkin | |
to do this, but many machines don't, or forget to, which leads to all sorts of problems on resume (broken battery stats, overheating, failure to resume more than once, etc). tested by many, ok marco@, deraadt@ | |||
2010-07-05 | sync | Theo de Raadt | |
2010-07-04 | 600 i mean. hackathon took it's toll. pointed out by halex | Theo de Raadt | |
2010-07-04 | restrict srmmu handling to just sun4m | Theo de Raadt | |
2010-07-04 | make ^D handling consistant in fdisk by just bailing out instead of | Alexander Hall | |
returning a magic value that is not even handled as such by the caller ok krw@ | |||
2010-07-04 | the pkg.conf file should be mode 644, in case the user used a ftp | Theo de Raadt | |
user:password (unlikely.. but) | |||
2010-07-04 | Remove an obsolete (was in rev 1.1) and unclear comment | Philip Guenthe | |
2010-07-04 | - zap trailing whitespace | Jason McIntyre | |
- knock out an unneeded .Pp | |||
2010-07-04 | reindent, turn function mkheader into method. | Marc Espie | |
2010-07-04 | remove direct prints, pass thru state. | Marc Espie | |
2010-07-04 | best if I don't forget half of the commit... | Marc Espie | |
2010-07-04 | typo; | Jason McIntyre | |
2010-07-04 | initial documentation for pkg.conf, after nits from jmc@, and straightening | Marc Espie | |
up by Theo about what should be in there... | |||
2010-07-04 | two config options | Marc Espie | |
2010-07-04 | document new semantics | Marc Espie | |
2010-07-04 | Remove the non-standard, commented out, -c option. | Todd C. Miller | |
OK tedu@ jmc@ deraadt@ | |||
2010-07-03 | Be sure to initialize b_bq member of struct buf not allocated through the | Miod Vallat | |
regular buf routines; and now we can swap again. | |||
2010-07-03 | clean up all created files | Peter Hessler | |
2010-07-03 | Better non-debug logging messages when a session is established/closed. | Reyk Floeter | |
2010-07-03 | use SMALL_PROGRAM to knock out some code | Theo de Raadt | |
2010-07-03 | sync | Theo de Raadt | |
2010-07-03 | Add a quick hack to fix the display of reserved characters, | Ingo Schwarze | |
using the mandoc(1) .ds implementation just committed. Note this is not compatible with our old in-tree groff and only barely compatible with modern groff, but right now, it is most important to get correct formatting for the release; all he rest can be fixed up later. | |||
2010-07-03 | Rudimentary implementation of user-defined strings; | Ingo Schwarze | |
no time for more refinement right now. In particular, fixes terminfo(3) and mdoc.samples(7). ok kristaps@, who will add the HTML frontend bits | |||
2010-07-03 | string comparison (noticed by landry) | Marc Espie | |
2010-07-03 | sync | Theo de Raadt | |
2010-07-03 | Nuke missed .Xr ss. Pointed out by jmc@. | Kenneth R Westerback | |
2010-07-03 | put .Os in the right place; | Jason McIntyre | |
2010-07-03 | +.It Xr itherm 4 | Jason McIntyre | |
2010-07-03 | tweak previous; | Jason McIntyre | |
2010-07-03 | Make the kernel responsible for saving the FPU state before running | Mark Kettenis | |
signal handlers. Breaks ABI for applications that copy around struct sigcontext to implement cooperative threading. Other applications shoouldn't notice the difference. ok guenther@, deraadt@ | |||
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe | |
and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me | |||
2010-07-03 | Regen. | Kenneth R Westerback | |
2010-07-03 | Regen. | Kenneth R Westerback | |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback | |
General huzzahs. "go for it" deraadt@ | |||
2010-07-03 | no need for syncdelay to be a time_t, make it it an int. unstatic variables | Thordur I. Bjornsson | |
so I can twiddle them from ddb (not that I will mess with the hashmask, but static burns). ok tedu@ | |||
2010-07-03 | When open() fails, warn using the device name, not the host name. | Nicholas Marriott | |
2010-07-03 | replace 0 with equivalent allocation flag. ok thib | Ted Unangst | |
2010-07-03 | Changed vinit to clear the values but forgot to move it before they are set by | Nicholas Marriott | |
command line parsing. | |||
2010-07-03 | explicitly specify flags to malloc and pool_get instead of relying on 0. | Ted Unangst | |
This is more clear, and as thib pointed out, the default in softraid was wrong. ok thib. | |||
2010-07-03 | the sedtest regress test requires 200-ish file descriptors, so set a | Peter Hessler | |
somewhat nicer limit inside the script itself. debugged and reviewed with naddy@ | |||
2010-07-03 | add several new tests for pfctl, and fix the output of some existing | Peter Hessler | |
tests for the updated pfctl. OK henning@, mcbride@ | |||
2010-07-03 | Fix a couple of problems with printing of anchors, in particular recursive | Ryan Thomas McBride | |
printing, both of inline anchors and when requested explicitly with a '*' in the anchor. - Correct recursive printing of wildcard anchors (recurse into child anchors rather than rules, which don't exist) - Print multi-part anchor paths correctly (pr6065) - Fix comments and prevent users from specifying multi-component names for inline anchors. tested by phessler ok henning | |||
2010-07-03 | de-static ufs_chown and ufs_chmod so they show up in DDB. | Thordur I. Bjornsson | |
2010-07-03 | Use our own enum here rather than abusing the PF rule type enums, which | Ryan Thomas McBride | |
will be getting cleaned up soon. ok henning | |||
2010-07-03 | Get rid of EAGAIN, retry scsi_xs_sync() commands (after a scsi_delay()) | Kenneth R Westerback | |
that get XS_NO_CCB until retry limit exceeded. On to getting rid of XS_NO_CCB. ok matthew@ "so be it" dlg@ | |||
2010-07-03 | we can't checksum directories either, so give a better error message | Marc Espie | |
2010-07-03 | Omit some silly USB devices from RAMDISK kernels. | Matthew Dempsky | |
suggestion of more devices and ok tedu@; ok krw@ | |||
2010-07-03 | Stop disk on suspend and start it again upon resume. Gets rid of the loud | Mark Kettenis | |
click upon suspend that my laptop with ahci(4) has. ok dlg@, ok marco@ on an earlier iteration of this diff | |||
2010-07-03 | Intel 3400 Thermal Sensor driver, found on some new Intel machines. | Mike Larkin | |
This is also the same as the Intel Series 5 Thermal Sensor. ok deraadt@, kettenis@ |