aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Add :ifname modifier to specify interface-specific routes intoHiroki Sato2013-06-093-84/+142
* | Fix a bug that the gateway address was not shown when a -gateway modifierHiroki Sato2013-06-091-0/+1
* | - Add file system type number (vfc_typenum) in the list. This is usefulHiroki Sato2013-06-092-37/+38
* | Fix a bug introduced by r251236; product of bug was the following error inDevin Teske2013-06-092-10/+10
* | Make recv() and send() cancellation points, as required by POSIX.Jilles Tjoelker2013-06-092-6/+10
* | Fix the way atomic_is_lock_free() is defined for Clang.Ed Schouten2013-06-091-1/+4
* | Print file names without stdio buffering to avoid mixing buffered andJaakko Heinonen2013-06-094-5/+18
* | Minor mdoc fixes.Joel Dahl2013-06-091-3/+3
* | Add freebsd-update.conf(5) to OptionalObsoleteFiles.incGlen Barber2013-06-091-0/+1
* | e2fs_bpg and e2fs_isize are always unsigned.Pedro F. Giffuni2013-06-091-2/+2
* | libstand: Reset the seek pointer in ext2fs as done in UFS.Pedro F. Giffuni2013-06-091-0/+2
* | Fix a bad calloc(3) callBaptiste Daroussin2013-06-081-1/+1
* | Merge the 1 and 2 byte versions of the atomic functions into one.Ed Schouten2013-06-081-207/+108
* | Add testing utility for behavior of atomic ops.Ed Schouten2013-06-082-0/+135
* | Fix a bug introduced with r251190, in which a small hunk was forgotten inDevin Teske2013-06-081-1/+2
* | Fix a bug introduced with r249751, in which a small hunk was forgotten inDevin Teske2013-06-081-1/+5
* | Fix a typo in comments.Devin Teske2013-06-081-1/+1
* | Don't silently ignore errors (found whileDevin Teske2013-06-081-8/+11
* | Prevent getting hung-up on the following prompt (found while testing withDevin Teske2013-06-081-1/+1
* | Fix a one-character typo. The effects of which were "Console"->"Ttys" menuDevin Teske2013-06-081-1/+1
* | Add 8devices CARAMBOLA2 support.Adrian Chadd2013-06-082-0/+162
* | Add support for two new winbond SPI flash parts.Adrian Chadd2013-06-081-1/+5
* | Add a prompt to the "Add User" and "Add Group" sub-menu items (under theDevin Teske2013-06-083-34/+64
* | Minor markup.Sergey Kandaurov2013-06-081-2/+2
* | Curb another regression (this one introduced by r251545, itself trying toDevin Teske2013-06-082-6/+14
* | Update locking scheme, mostly transition from sched_lock.Sergey Kandaurov2013-06-081-22/+14
* | Fix a regression introduced by r251544; if user chooses "NO" when beingDevin Teske2013-06-082-0/+2
* | Check for ESC as a separate choice from "NO" when asking if the operatorDevin Teske2013-06-082-8/+8
* | Track defaultitem in the password and account expiry menus; if the userDevin Teske2013-06-081-2/+6
* | Fix a regression in the "Login Management" module introduced by r251242 inDevin Teske2013-06-081-4/+8
* | Reduce verbosity in the "Console"->"Saver" module (bsdconfig syscons_saver)Devin Teske2013-06-081-1/+1
* | Remove extraneous characters ('<<<') from `Exit' menutag in the "Security"Devin Teske2013-06-082-4/+4
* | Actually make the 2-byte atomics work.Ed Schouten2013-06-081-33/+87
* | Import Kevin Lo's port of urtwn(4) from OpenBSD. urtwn(4) is a driver for theRui Paulo2013-06-089-1/+5132
* | sigaction(2): Document various non-POSIX functions as async-signal safe.Jilles Tjoelker2013-06-081-2/+15
* | aio_mlock() added:Gleb Smirnoff2013-06-0812-13/+74
* | Add new system call - aio_mlock(). The name speaks for itself. It allowsGleb Smirnoff2013-06-087-4/+189
* | Use improved __sync_*() intrinsics for MIPS in userspace as well.Ed Schouten2013-06-088-56/+5
* | Add proper __sync_*() intrinsics for MIPS.Ed Schouten2013-06-082-0/+438
* | Make sys_mlock() function just a wrapper around vm_mlock() functionGleb Smirnoff2013-06-082-5/+11
* | Separate LIO_SYNC processing into a separate function aio_process_sync(),Gleb Smirnoff2013-06-081-19/+41
* | MFV r251519:Xin LI2013-06-083-1/+31
|\|
| * Update vendor-sys/illumos/dist to illumos-gate 14041:cb4a51285eebXin LI2013-06-083-1/+31
* | cxgbe/tom: Fix bad signed/unsigned mixup in the stid allocator. ThisNavdeep Parhar2013-06-082-3/+3
* | Merge in changes from NetBSD:Andrew Turner2013-06-081-17/+25
* | Implement foreign volume handling. Allows admins to view foreign metadataSean Bruno2013-06-088-24/+496
* | Fix some recent regression issues:Hans Petter Selasky2013-06-071-47/+55
* | Finish pulling in the NetBSD setjmp/longjmp updates on ARM.Andrew Turner2013-06-074-4/+162
* | Add WITH_DEBUG_FILESEd Maste2013-06-071-1/+9
* | Add a new knob WITH_DEBUG_FILES to control the building of standaloneEd Maste2013-06-0719-41/+180