summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-26Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*).Marcus Glocker
ok mpi@
2013-04-26syncStuart Henderson
2013-04-26ARMv7 userland uses a single domain. This define is already used in pmap7.Patrick Wildt
ok bmercer@
2013-04-26Update and clean ARMv7 specific defines in the PTE header file.Patrick Wildt
ok bmercer@
2013-04-26Fix 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-26fix typo in comment; OK yasuoka@Gleydson Soares
2013-04-26Clean up ARM's generic interrupt controller and timer. Add the ability toPatrick Wildt
change the frequency and add match functions. ok bmercer@
2013-04-25Use the correct arch name in a beagle header.Patrick Wildt
2013-04-25Add GPIO support for the PandaBoard. Disable BeagleBoard's unused interruptPatrick Wildt
functions for now. ok bmercer@
2013-04-25Add a terminator to the device list, so that we don't end up havingPatrick Wildt
unexpected behaviour when a device isn't found. ok bmercer@
2013-04-25Correctly enable ARM's Generic Interrupt Controller.Patrick Wildt
ok bmercer@
2013-04-25fix range for assigned ports managed by the IANA (see RFC 1700).Igor Sobrado
ok sthen@
2013-04-25big int_t/time_t fixes; ok deraadt@ krw@Otto Moerbeek
2013-04-25fix format string; found while scaning the tree for time_t/ino_t problems;Otto Moerbeek
ok deraadt@ krw@
2013-04-24wording tweak from jmcMatthew Dempsky
2013-04-24Add tstohz(9) as the timespec analog to tvtohz(9).Matthew Dempsky
ok miod
2013-04-24remove extra parens noticed by nicmTed Unangst
2013-04-24simplify tilde expand as seen in ssh. ok nicmTed Unangst
2013-04-24pretty-print bigger ino_t variablesTheo de Raadt
2013-04-24pretty print bigger off_tTheo de Raadt
ok tedu otto
2013-04-24remove old backwards random junkTheo de Raadt
ok mikeb
2013-04-24ansify.Martin Pieuchot
ok mikeb@, haesbaert@ jajaja miod@
2013-04-24Move various extern declarations into their corresponding header file.Martin Pieuchot
2013-04-24Instead 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-24Rename global configuration define.Nicholas Marriott
2013-04-24When a ucom(4) is removed, it frees the tty with ttyfree(). However ifNicholas 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-24When attaching disks, feed the disklabel's checksum toBret Lambert
the random pool as unique-esque-but-not-secret data. inspired by conversations with tedu@/deraadt@ ok deraadt@
2013-04-24Use the manufacturer-supplied bios serial/uuid as a source ofBret 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-24Disable ident queries since ident(1) does not run by default anymore.Antoine Jacoutot
ok sthen@ millert@ dlg@ todd@
2013-04-24kill srandom(); ok claudioTheo de Raadt
2013-04-24Follow ISC and freebsd by increasing ip_ttl on packets from 16 toKenneth R Westerback
128, so people living many hops from their dhcp server can still get leases. Pointed out by deraadt@
2013-04-23create a method to print the unp_ino (ino_t) properly once it becomesTheo de Raadt
bigger
2013-04-23handle large ino_t; ok teduTheo de Raadt
2013-04-23handle large ino_t; ok teduTheo de Raadt
2013-04-23support src/libexec/identd's -e option in src/usr.sbin/identd, ok dlg@Stuart Henderson
2013-04-23Do a PC-relative relocation for _map rather than going throughMartynas 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-23change ffs layout policy. try to pack meta data in close to the start ofTed 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-23simple large ino_t handlingTheo de Raadt
2013-04-23simple repair for large ino_tTheo de Raadt
2013-04-23remove unused time_t related chunks; ok kettenisTheo de Raadt
2013-04-23handle large ino_tTheo de Raadt
2013-04-23handle large ino_tTheo de Raadt
2013-04-23handle large ino_tTheo de Raadt
2013-04-23handle large ino_t; ok millertTheo de Raadt
2013-04-23use xasprintf instead of a series of strlcats and strdup. ok djmTed Unangst
2013-04-23rework to simplify, check errors against -1, remove casts, etc.Ted Unangst
2013-04-23handle big ino_tTheo de Raadt
ok otto
2013-04-23Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - theyJoel Sing
are needed for the upcoming type changes. ok deraadt@
2013-04-23Remove a loongson reference.Brian Callahan
ok jasper@