Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-26 | Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*). | Marcus Glocker | |
ok mpi@ | |||
2013-04-26 | sync | Stuart Henderson | |
2013-04-26 | ARMv7 userland uses a single domain. This define is already used in pmap7. | Patrick Wildt | |
ok bmercer@ | |||
2013-04-26 | Update and clean ARMv7 specific defines in the PTE header file. | Patrick Wildt | |
ok bmercer@ | |||
2013-04-26 | Fix linker errors when using llvm/clang. | Brian Callahan | |
See http://lists.gnu.org/archive/html/bug-binutils/2004-07/msg00000.html for a description of the error. Fix taken from the binutils 2.16 timeframe (GPLv2) "Then go for it." miod@ | |||
2013-04-26 | fix typo in comment; OK yasuoka@ | Gleydson Soares | |
2013-04-26 | Clean up ARM's generic interrupt controller and timer. Add the ability to | Patrick Wildt | |
change the frequency and add match functions. ok bmercer@ | |||
2013-04-25 | Use the correct arch name in a beagle header. | Patrick Wildt | |
2013-04-25 | Add GPIO support for the PandaBoard. Disable BeagleBoard's unused interrupt | Patrick Wildt | |
functions for now. ok bmercer@ | |||
2013-04-25 | Add a terminator to the device list, so that we don't end up having | Patrick Wildt | |
unexpected behaviour when a device isn't found. ok bmercer@ | |||
2013-04-25 | Correctly enable ARM's Generic Interrupt Controller. | Patrick Wildt | |
ok bmercer@ | |||
2013-04-25 | fix range for assigned ports managed by the IANA (see RFC 1700). | Igor Sobrado | |
ok sthen@ | |||
2013-04-25 | big int_t/time_t fixes; ok deraadt@ krw@ | Otto Moerbeek | |
2013-04-25 | fix format string; found while scaning the tree for time_t/ino_t problems; | Otto Moerbeek | |
ok deraadt@ krw@ | |||
2013-04-24 | wording tweak from jmc | Matthew Dempsky | |
2013-04-24 | Add tstohz(9) as the timespec analog to tvtohz(9). | Matthew Dempsky | |
ok miod | |||
2013-04-24 | remove extra parens noticed by nicm | Ted Unangst | |
2013-04-24 | simplify tilde expand as seen in ssh. ok nicm | Ted Unangst | |
2013-04-24 | pretty-print bigger ino_t variables | Theo de Raadt | |
2013-04-24 | pretty print bigger off_t | Theo de Raadt | |
ok tedu otto | |||
2013-04-24 | remove old backwards random junk | Theo de Raadt | |
ok mikeb | |||
2013-04-24 | ansify. | Martin Pieuchot | |
ok mikeb@, haesbaert@ jajaja miod@ | |||
2013-04-24 | Move various extern declarations into their corresponding header file. | Martin Pieuchot | |
2013-04-24 | Instead of having various extern declarations for protocol variables, | Martin Pieuchot | |
declare them once in their corresponding header file. | |||
2013-04-24 | .Op Fl b not .Fl b for run-shell synopsis, from Ben Boeckel. | Nicholas Marriott | |
2013-04-24 | Rename global configuration define. | Nicholas Marriott | |
2013-04-24 | When a ucom(4) is removed, it frees the tty with ttyfree(). However if | Nicholas Marriott | |
anyone is waiting with kqueue their knotes may still have a reference to the tty and later try to use it in the filt_tty* functions. To avoid this, walk the knotes in ttyfree(), remove them from the tty's list and invalidate them by setting kn_hook to NODEV. The filter functions can then check for this and safely ignore the knotes. ok tedu matthieu | |||
2013-04-24 | When attaching disks, feed the disklabel's checksum to | Bret Lambert | |
the random pool as unique-esque-but-not-secret data. inspired by conversations with tedu@/deraadt@ ok deraadt@ | |||
2013-04-24 | Use the manufacturer-supplied bios serial/uuid as a source of | Bret Lambert | |
uniqueness to seed the random pool; although it's somewhat hit-or-miss, as serial numbers of 123456789 (I have the same combination on my luggage!) and lazy uuid instantiation mean it's not as unique as we would like. Still, on those boards where the manufacturer isn't a slacker, it's better than nothing... ok deraadt@ | |||
2013-04-24 | Disable ident queries since ident(1) does not run by default anymore. | Antoine Jacoutot | |
ok sthen@ millert@ dlg@ todd@ | |||
2013-04-24 | kill srandom(); ok claudio | Theo de Raadt | |
2013-04-24 | Follow ISC and freebsd by increasing ip_ttl on packets from 16 to | Kenneth R Westerback | |
128, so people living many hops from their dhcp server can still get leases. Pointed out by deraadt@ | |||
2013-04-23 | create a method to print the unp_ino (ino_t) properly once it becomes | Theo de Raadt | |
bigger | |||
2013-04-23 | handle large ino_t; ok tedu | Theo de Raadt | |
2013-04-23 | handle large ino_t; ok tedu | Theo de Raadt | |
2013-04-23 | support src/libexec/identd's -e option in src/usr.sbin/identd, ok dlg@ | Stuart Henderson | |
2013-04-23 | Do a PC-relative relocation for _map rather than going through | Martynas Venckus | |
GOTPCREL. Uncovered after the binutils patch where it isn't optimized away at assembly and is forced to go through GOTPCREL. But _map is effectively a local variable. Found with cephes by guenther@. OK guenther@, kettenis@, deraadt@. | |||
2013-04-23 | change ffs layout policy. try to pack meta data in close to the start of | Ted Unangst | |
each cylinder group, which should speed up disk access a little and fsck substantially. adapted from freebsd. for more info: www.mckusick.com/publications/faster_fsck.pdf ok deraadt | |||
2013-04-23 | simple large ino_t handling | Theo de Raadt | |
2013-04-23 | simple repair for large ino_t | Theo de Raadt | |
2013-04-23 | remove unused time_t related chunks; ok kettenis | Theo de Raadt | |
2013-04-23 | handle large ino_t | Theo de Raadt | |
2013-04-23 | handle large ino_t | Theo de Raadt | |
2013-04-23 | handle large ino_t | Theo de Raadt | |
2013-04-23 | handle large ino_t; ok millert | Theo de Raadt | |
2013-04-23 | use xasprintf instead of a series of strlcats and strdup. ok djm | Ted Unangst | |
2013-04-23 | rework to simplify, check errors against -1, remove casts, etc. | Ted Unangst | |
2013-04-23 | handle big ino_t | Theo de Raadt | |
ok otto | |||
2013-04-23 | Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - they | Joel Sing | |
are needed for the upcoming type changes. ok deraadt@ | |||
2013-04-23 | Remove a loongson reference. | Brian Callahan | |
ok jasper@ |