Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-08 | Fixup skip step printout: rdomains come after direction; ok mcbride, henning | Mike Belopuhov | |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb | |
2011-11-08 | Make __svfscanf() the unlocked, core of vfscanf() and use it in | Philip Guenthe | |
sscanf()/vsscanf() where locking is unnecessary. ok millert@ | |||
2011-11-08 | ncr53c9x (a.k.a. esp on sparc64) does not like 16-byte SCSI commands | Kenneth R Westerback | |
such as READ_CAPACITY_16. So plugging SCSI-3 devices onto such a bus can be problematic. Cap the acceptable xs->cmdlen at 12 in ncr53c9x.c. Problem noted and fix tested by Kurt Mosiejczuk. Thanks! Diff mostly from miod@ with kibitzing from me. ok miod@ | |||
2011-11-08 | Typo. BIOC_SSOFFLINE is the ioctl command. Pass BIOC_SDOFFLINE to | Kenneth R Westerback | |
sd_set_chunk_state() as the new state. ok jsing@ | |||
2011-11-08 | merge cpu_coredump() back to where it belongs, ok drahn miod | Theo de Raadt | |
2011-11-08 | merge cpu_coredump() back to where it belongs; ok miod drahn | Theo de Raadt | |
2011-11-08 | remove support for big endian; ok drahn | Theo de Raadt | |
2011-11-08 | compat_13 support died ages ago | Theo de Raadt | |
2011-11-08 | - put -i in the right place | Jason McIntyre | |
- prevent an erroneous space in the formatting of -D | |||
2011-11-08 | lookup (n.) -> look up (v.) (i.e. to look sth up); | Jason McIntyre | |
2011-11-08 | Add the __cerror asm bits for per-thread errno support for hppa. | Mark Kettenis | |
ok guenther@ | |||
2011-11-08 | Save and restore cr27 and add the necessary glue to use it as the userland | Mark Kettenis | |
thread register. ok guenther@, jsing@ | |||
2011-11-08 | Include <stddef.h> to make sure offsetof() is defined. | Mark Kettenis | |
ok guenther@ | |||
2011-11-08 | On PCXS processors, reading %cr26 and %cr27 from userland causes a | Miod Vallat | |
privileged register trap. Cope with this in the trap handler to let userland use these registers; this will be necessary in the not-so-distant future. | |||
2011-11-08 | mention default fifo path, sthen. previous manpage changes were ok jmc, plus | Henning Brauer | |
reminder to adjust synopsis and usage (again...) | |||
2011-11-08 | allow the path to isakmpd's fifo to be specified (aka changed) on the | Henning Brauer | |
command line, ok mikeb sthen | |||
2011-11-08 | arm has no need for procfs | Theo de Raadt | |
2011-11-08 | procfs for solaris compat? not anymore; ok miod | Theo de Raadt | |
2011-11-08 | use -A with traceroute; ok sthen | Theo de Raadt | |
2011-11-08 | Add -A option to display AS for each hop address, using origin.asn.cymru.com | Stuart Henderson | |
DNS lookups. ok deraadt@, henning likes it but would like some changes which can be done after commit. | |||
2011-11-08 | In ddb `show page', print the address of the vm_page_md substruct if | Miod Vallat | |
defined(__HAVE_VM_PAGE_MD), for convenience. | |||
2011-11-08 | Pass install the -S option to avoid a window where the target isn't | Philip Guenthe | |
executable (by mode or content), which can trip up builds with 'make -j' (The generic fix is in share/mk/*; some Makefiles have their own INSTALL lines) ok millert@ deraadt@ | |||
2011-11-07 | When multiple display modifiers are specified on a ddb examine command, do | Miod Vallat | |
not advance the address until the last modifier has been processed. This allows sequences like `x/xi address,count' to yield meaningful results. As a bonus, handle `i' and `I' modifiers last, so that I don't have to fight my habit of using `x/ix' instead of `x/xi'. | |||
2011-11-07 | Cleanup and make initialization more readable. ok drahn@ uwe@ | Miod Vallat | |
2011-11-07 | sync | Miod Vallat | |
2011-11-07 | Make pwrite/pwritev ignore the O_APPEND flag. | Philip Guenthe | |
Detect attempts to wrap the file offset by reading past the max (except for character devices). ok matthew@, deraadt@ | |||
2011-11-07 | seN -> se%d to be consistent with other man pages; ok miod jmc | Mike Belopuhov | |
2011-11-07 | TLS-lite support for i386 | Philip Guenthe | |
2011-11-07 | Lift the copyout() from i386_get_threadbase() to sys_sysarch(), so that | Philip Guenthe | |
it can be used correctly from linux_sys_get_thread_area() and tcb.h. linux_sys_set_thread_area() should use the copied in value instead of deferencing SCARG() again. i386_set_threadbase() should only update curcpu's GDT if it's being called for curproc. ok pirofti@ | |||
2011-11-07 | Fix the definition of L1_S_V7_AP(). | Miod Vallat | |
2011-11-07 | Expand HISTORY; feedback and ok jmc@ sobrado@. | Ingo Schwarze | |
This one is tricky, so i'm giving the sources: http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/u2.s http://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys/ken/sys3.c http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/sys/ken/sys4.c http://minnie.tuhs.org/cgi-bin/utree.pl?file=V6/usr/sys/ken/sys4.c http://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/sys/sys/sys4.c http://www.openbsd.org/plus21.html (lchown) | |||
2011-11-07 | More .At v1 HISTORY. | Ingo Schwarze | |
All information from http://minnie.tuhs.org/cgi-bin/utree.pl . All facts checked by sobrado@. Feedback and ok on an earlier version jmc@. | |||
2011-11-07 | Let the smtpd process handle the enqueueing of offline messages at | Eric Faurot | |
startup, rather than playing tricks with the runner. This will allow further simplifications and improvements in the runner/queue. ok gilles@ | |||
2011-11-07 | don't handle out-of-mem conditions using compiled out asserts (ugh). From | Otto Moerbeek | |
netbsd; ok deraadt@ | |||
2011-11-06 | For now turn back on the pmap PTE modification in pmap_l2ptp_ctor | Dale Rahn | |
as was there before the PMAP_INCLUDE_PTE_SYNC changes. Beagle xM is happier this way. | |||
2011-11-06 | Commemorate research!dmr by documenting the history of all | Ingo Schwarze | |
system calls existing since Version 1 AT&T UNIX (first batch). All information taken from primary sources at the UNIX tree of the UNIX heritage society, http://minnie.tuhs.org/cgi-bin/utree.pl . The number of errors in the existing manuals is astonishing. All facts checked by sobrado@. Feedback and ok on wording and formatting by jmc@. | |||
2011-11-06 | No need to save/restore the batch_id since the envelope is not dumped | Eric Faurot | |
as a structure anymore. ok chl@ gilles@ | |||
2011-11-06 | Do not dump the envelope status. It's useless and not reloaded anyway. | Eric Faurot | |
ok chl@ gilles@ | |||
2011-11-06 | return non-zero on error | Otto Moerbeek | |
2011-11-06 | Negative offsets to pread/pwrite-family are only legal for character devices. | Philip Guenthe | |
Pointed out by Alexander Polakov (polachok at gmail.com) ok deraadt@ | |||
2011-11-06 | Regress tests for negative offsets, wrapping offsets, and the lack of | Philip Guenthe | |
interaction of pwrite/pwritev with O_APPEND. Based on a patch from Alexander Polakov (polachok at gmail.com) Further tests with deraadt@ | |||
2011-11-06 | Correctly report WB and WT cache modes on v7 (they were swapped). ok uwe@ | Miod Vallat | |
2011-11-06 | Build boot(8) for i386 in the same manner that we build boot(8) for amd64 - | Joel Sing | |
specify a list of source files to compile, instead of building and linking against libraries. ok deraadt@ | |||
2011-11-06 | improve gm4 compatibility, from Robert Young, thanks ! | Marc Espie | |
note that patsubst is non-standard. okay miod@, deraadt@ | |||
2011-11-06 | Copy support for sched_get_priority_{min,max} from libpthread. | Philip Guenthe | |
Requested by many to ease substitution of librthread for libpthread | |||
2011-11-06 | Document a non-obvious reason why something can't overflow. | Philip Guenthe | |
Discussed with deraadt@ | |||
2011-11-06 | .Ev -> .Dv | Theo de Raadt | |
2011-11-06 | repair documentation offset in the p*() versions of the calls and EINVAL; | Theo de Raadt | |
plus merge differences between two pages. ok guenther jmc | |||
2011-11-06 | Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes | Philip Guenthe | |