Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-29 | Do not remove local symbols from the table. | Martin Pieuchot | |
ddb(4) can now see static functions. That doesn't mean we should start declaring functions as ``static'', however it helps for the few existing exceptions. ok deraadt@, kettenis@ | |||
2016-04-27 | G/C DDB_REGS. | Martin Pieuchot | |
2016-04-25 | remove systrace | Ted Unangst | |
2016-04-20 | pool_setipl for floating point context things | David Gwynne | |
ok kettenis@ | |||
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre | |
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung | |||
2016-03-01 | db_sym_numargs() has always been defined to FALSE so nuke it with all | Martin Pieuchot | |
its associated dead code. ok mikeb@ | |||
2016-02-27 | Remove a couple malloc casts. No functional change. | mmcc | |
2016-02-27 | Rename kdb_trap() into db_ktrap(). | Martin Pieuchot | |
The goal is to include it in the list of functions that must not be instrumented. All ddb(8) functions should be in this list and have their names start with 'db_'. ok visa@, deraadt@ | |||
2016-02-24 | Restore validity checks for the disklabels read from disk. They | Kenneth R Westerback | |
were suppressed in 2011 to address a problem that has since been solved in a more permanent way. Without the validity check proper disklabel discovery relied on a particular I/O failure, and the I/O failure was 'solved' by the introduction of readdisksector(). Fixes problem reading CDROM disklabels discovered by mlarkin@ while trying to install hppa. Compile check/typo discovery and ok deraadt@. | |||
2016-02-09 | bring in dlg's fix from rev 1.10 of the equivalent hppa file: | Jonathan Gray | |
make __cpu_simple_lock provide serialisation of the critical section. that in turn makes atomic sequences actually atomic, which in turn means the refcnt api asserts wont fire erronously when if_get and if_put are actually used correctly. | |||
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein | |
These files aren't USB-specific and were used by the previous Bluetooth implementation, and will be used by the upcoming HID-over-i2C implementation ok deraadt previous version ok kettenis and mpi | |||
2016-01-08 | Enable uonerng(4) where ualea(4) is already present. | Martin Pieuchot | |
2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, | Miod Vallat | |
and convert all gets() users. ok deraadt@ | |||
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | Miod Vallat | |
a.out world. ok deraadt@ kettenis@ | |||
2015-10-23 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Claudio Jeker | |
as well. OK dlg@ mpi@ | |||
2015-10-21 | Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). | Martin Pieuchot | |
ok tedu@, deraadt@, miod@ | |||
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback | |
2015-09-30 | Remove some trailing whitespace. | Kenneth R Westerback | |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback | |
LABELOFFSET and MAXPARTITIONS. Easier on the eye when scanning through all these files. No functional change. | |||
2015-09-28 | More mechanical switching to readdisksector(), although this is a | Kenneth R Westerback | |
slightly different pattern. hppa/macppc compile and boot so hppa64/aviion surely do too! ok deraadt@ | |||
2015-09-28 | Use readdisksector() instead of manual buf initialization. hppa compiles | Kenneth R Westerback | |
and boots, so the identical hppa64 should too! ok deraadt@ | |||
2015-09-27 | Tweak a bit of daddr_t goodness and make hppa64 disksubr.c identical to | Kenneth R Westerback | |
hppa disksubr.c. ok kettenis@ | |||
2015-09-27 | Eliminate unneeded 2nd buf (dbp). One is enough for any i/o needed during | Kenneth R Westerback | |
disklabel processing. Especially when the 2nd one was not asking for a disk sector worth of buffer space. ok kettenis@ | |||
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther | |
comments ok millert@ | |||
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze | |
2015-09-06 | PR_WAITOK for the pmap_pmap_pool here as well. | Mark Kettenis | |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther | |
ok deraadt@ | |||
2015-08-12 | Fix a free of an uninitialized variable in an error path. | Mike Larkin | |
ok miod@ found by Maxime Villard / Brainy Code Scanner. thanks. | |||
2015-07-17 | remove obsolete INET kernel option | Ted Unangst | |
2015-06-22 | document that boot.conf can contain comments; | Jason McIntyre | |
from tilo stritzky thanks miod for help with the diff, and who also noted that leading whitespace gets stripped too; | |||
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther | |
delete coredump_trad(), uvm_coredump(), cpu_coredump(), struct md_coredump, and various #includes that are superfluous. This leaves compat_linux processes without a coredump callback. If that ability is desired, someone should update it to use coredump_elf32() and verify the results... ok kettenis@ | |||
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller | |
had a proper stdint.h. No ports fallout. OK guenther@ miod@ | |||
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot | |
unification... | |||
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat | |
Use this on vax to correctly pick the end of the stack area now that the stackgap adjustment code will no longer guarantee it is a fixed location. | |||
2015-02-11 | Needs <sys/atomic.h> explicitely now. | Miod Vallat | |
2015-02-11 | Backout non-wanted changed introduced by accident as part of 1.24. | Miod Vallat | |
2015-02-10 | Convert to uiomove(). | Miod Vallat | |
ok guenther@ | |||
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat | |
- rename uiomove() to uiomovei() and update all its users. - introduce uiomove(), which is similar to uiomovei() but with a size_t. - rewrite uiomovei() as an uiomove() wrapper. ok kettenis@ | |||
2015-02-10 | increase min address to page size for all remaining min == 0 systems. | Ted Unangst | |
not necessary, but consistent with other platforms. ok deraadt | |||
2015-01-24 | correct the syntax description of the boot command; ok jmc@ | Christian Weisgerber | |
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis | |
per-process value, and therefpore turns the VM_PSSTRINGS sysctl into a per-process one as well. This gets rid of a pointer to the bottom of the stack at a fixed location. Also clears the road for unmapping the stackgap. ok deraadt@ | |||
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt | |
make install from Simon Nicolussi ok jsing tedu | |||
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst | |
This should catch all the same bad cases, but be a little less aggravating in circumstances where a prototype isn't necessary ok deraadt | |||
2014-12-17 | delete simplelocks | Theo de Raadt | |
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst | |
that we delete ours, which isn't actually useful. ok mpi sthen | |||
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov | |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan | |
ok tedu@ deraadt@ | |||
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith | |
2014-11-18 | (except for the arm architectures...) unify the way the ld.script is | Theo de Raadt | |
used and depended, mimicking new changes by guenther to amd64. |