Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt | |
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | |||
2003-06-01 | uvm_km_suballoc passes the 'min' argument untouched to uvm_map. uvm_map | Artur Grabowski | |
uses it as a hint for where to steal space from the parent map. We've been passing random stack garbage as that hint for ages. It's a wonder it didn't break things until we started working on Hammer. noone objected for at least a week. | |||
2003-06-01 | When searching for the symbol table and string table we were looking | Artur Grabowski | |
for ".symtab" and ".strtab" in the section names. Instead of doing that, look for section type SHT_SYMTAB for the symbol table and follow the link in sh_link to find the corresponding string table. This is a more correct way of doing things and will work better when the toolchain doesn't generate ".symtab" and ".strtab" names and it will work when there are multiple symbol tables. noone objected to this diff for at least a week. | |||
2003-06-01 | Revert ep0 removal, deraadt@ objects. | Miod Vallat | |
2003-06-01 | spelling, prelevant -> prevalent | Ted Unangst | |
2003-06-01 | Typo in panic message. | Miod Vallat | |
2003-06-01 | Remove unused variable. | Miod Vallat | |
2003-05-31 | It makes no sense to define | Miod Vallat | |
ep0 at foobus? ep* at foobus? for up to three different buses. Just get rid of the ep0 entry. To be fair, config(8) ought to complain for such a syntax - hard coded device number should be unique. | |||
2003-05-31 | sync | Matthieu Herrb | |
2003-05-31 | real register definitions for the brooktree 451/457/458 on the cgsix and | Jason Wright | |
cgthree. ok miod. | |||
2003-05-31 | nVidia NV18 graphics chips from XFree86. Ok deraadt@ | Matthieu Herrb | |
2003-05-31 | Don't use orw with a > 16 bits constant. | Miod Vallat | |
2003-05-31 | only return 8 bits of status | Theo de Raadt | |
2003-05-31 | Unpeeing as pointed out by Dries Schellekens. | Tobias Weingartner | |
ok miod@ | |||
2003-05-31 | Remove a bunch of obsolete definitions. | Miod Vallat | |
2003-05-31 | First lba support in /boot. Not complete lba boot support, but it's the | Tobias Weingartner | |
first step on the way there. Ok deraadt@, espie@, todd@, and others. | |||
2003-05-30 | KNF & ANSI, jason agrees | Henning Brauer | |
2003-05-30 | Working process core dumps, borrowed from m68k code. | Miod Vallat | |
2003-05-30 | Sync the core dump routine with hp300; generates correct coredumps again. | Miod Vallat | |
2003-05-30 | o the timeout is int, not u_int32_t | Henning Brauer | |
o check timeout for negative values and overflow ok tedu@ jason@ | |||
2003-05-30 | Cleanup: \t vs spaces, kill trailing spaces | Alexander Yurchenko | |
2003-05-30 | sync | Alexander Yurchenko | |
2003-05-30 | Add Intel ICH5 (ICH5R) IDE found in dmesg from | Alexander Yurchenko | |
Alexandre H <openbsdah@wanadoo.fr> | |||
2003-05-30 | move max limit back down to 65536-4 | Jason Wright | |
2003-05-30 | missing #ifdef INET6. fries found it | Jun-ichiro itojun Hagino | |
2003-05-30 | Fix interrupt mapping for psycho's PBM B. This should make interrupts | Henric Jungheim | |
happy for all psycho based boxes. tested by beck@ ok jason@ | |||
2003-05-29 | sync | Nathan Binkert | |
2003-05-29 | another Iomega device | Nathan Binkert | |
2003-05-29 | Add kern.splassert=3. deraadt@ ok. | Hakan Olsson | |
2003-05-29 | use IN6_LINKMTU for IPv6 link MTU. sync w/kame | Jun-ichiro itojun Hagino | |
2003-05-29 | use m_pulldown not m_pullup2. fix some bugs in IPv6 tcp_trace(). | Jun-ichiro itojun Hagino | |
2003-05-29 | use m_pulldown instead of m_pullup2. enable support for IPv6 jumbogram. | Jun-ichiro itojun Hagino | |
markus & art ok | |||
2003-05-28 | Print some debug info on match routine failure | Alexander Yurchenko | |
2003-05-28 | Print some debug info on match routine failure | Alexander Yurchenko | |
2003-05-28 | syunc | Theo de Raadt | |
2003-05-28 | new; tg@netcologne.de | Theo de Raadt | |
2003-05-28 | The statistics are wrong endian. "netstat -i" now gives sane results. | Henric Jungheim | |
ok pb@ | |||
2003-05-27 | change .byte for the correct opcodes now that gas can handle'em. | Federico G. Schwindt | |
art@ toby@ ok. | |||
2003-05-27 | Fix siginfo contents in the T_ACCFLT case, fixes libpthread siginfo regression | Miod Vallat | |
test. Some stylistic input from marc@ | |||
2003-05-27 | don't use M_WAIT here. we could be in splnet, and caller may not be | Jun-ichiro itojun Hagino | |
xx_usrreq. henning ok | |||
2003-05-27 | typos in comments; From: Bengt Wessling <bengt@lemuria.org>, 10x | Henning Brauer | |
2003-05-27 | regen | Michael Shalayeff | |
2003-05-27 | inject a precisionbook keymap under us|machdep | Michael Shalayeff | |
2003-05-27 | as mentioned in hardball ers a few delays are needed; mios@ testing on hp300 ↵ | Michael Shalayeff | |
and ok | |||
2003-05-26 | fiddle with some type names. change most instances of ufs_daddr_t to | Ted Unangst | |
ufs1_daddr_t, a few to daddr_t. ufs_daddr_t typedef is retained, but consider it deprecated. no functional changes. inspired by freebsd. ok art@ | |||
2003-05-26 | fix some fictitious spellings. ok miod@ | Ted Unangst | |
2003-05-26 | pmap_protect strikes again. | Artur Grabowski | |
Not only do we have to think about PROT_EXEC while dealing with it, but we also have to think about wiring. sigh. We'll have to fix this with an API change. fixes the mlockall problem. | |||
2003-05-26 | cleanup, value paranoia, elaborate on some comments | Ted Unangst | |
2003-05-26 | Make sure to do the keyboard layout selection dance before wskbd_cnattach() | Miod Vallat | |
is invoked. | |||
2003-05-26 | sync with RFC2292 variable member defs, not NRL defs | Jun-ichiro itojun Hagino | |