| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace /dev/acd0 with /dev/cd1 | ngie | 2015-10-17 | 1 | -3/+3 |
* | newfs_msdos: prefer snprintf to sprintf | emaste | 2015-10-16 | 1 | -1/+1 |
* | newfs_msdos: move mkfs_msdos to separate file for later use in makefs | emaste | 2015-10-15 | 4 | -835/+918 |
* | newfs_msdos: rework option parsing to match NetBSD | emaste | 2015-10-15 | 1 | -125/+162 |
* | Replace references to /dev/acd0 with /dev/cd0 | ngie | 2015-10-13 | 1 | -2/+2 |
* | casperd: bump default socket queue length to SOMAXCONN; make length configura... | adrian | 2015-10-13 | 2 | -6/+18 |
* | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and | ngie | 2015-10-12 | 6 | -18/+1 |
* | Remove compatibility shims for legacy ATA device names. | mav | 2015-10-11 | 1 | -3/+0 |
* | Add 'p' postfix to mdconfig(8). | trasz | 2015-10-10 | 2 | -6/+9 |
* | Make geom_nop(4) collect statistics on all types of BIOs, not just | trasz | 2015-10-10 | 1 | -4/+5 |
* | Only print the errno string in case sysctl(3) does not file with ENOENT | bapt | 2015-10-07 | 1 | -1/+5 |
* | Trim spaces at the end of the buffer before trying to convert it to an oid | bapt | 2015-10-07 | 1 | -0/+6 |
* | Now that we own the code, use arc4random(3) unconditionally | delphij | 2015-10-06 | 1 | -1/+1 |
* | Fix possible segmentation fault. | ae | 2015-10-03 | 1 | -1/+1 |
* | META_MODE: For some reason meta mode cannot generate the intermediate tab.c | bdrewery | 2015-10-02 | 1 | -6/+18 |
* | Disable suspend when we're shutting down. This solves the "tell FreeBSD | cperciva | 2015-10-01 | 1 | -0/+14 |
* | Replace N #defines with nitems to simplify ifconfig code slightly | ngie | 2015-09-27 | 15 | -59/+23 |
* | Add SUBDIR_PARALLEL. | bdrewery | 2015-09-26 | 1 | -1/+2 |
* | Remove disconnected directories. | bdrewery | 2015-09-26 | 4 | -68/+0 |
* | META_MODE: Remove DEP_MACHINE from Makefile.depend files. | bdrewery | 2015-09-25 | 4 | -8/+0 |
* | META_MODE: Remove DEP_RELDIR from Makefile.depend files. | bdrewery | 2015-09-25 | 4 | -8/+0 |
* | Fix two cases where "const" were washed off pointers with strchr(3) | phk | 2015-09-25 | 1 | -4/+6 |
* | Fix /sbin/route to never look up (invalid) interface names through DNS | rstone | 2015-09-17 | 1 | -0/+3 |
* | Update META_MODE dependencies. | bdrewery | 2015-09-17 | 2 | -0/+7 |
* | Make ifconfig always exit with an error code if an important ioctl fails | allanjude | 2015-09-16 | 1 | -9/+6 |
* | Add a way to specify stripesize and stripeoffset to gnop(8). This makes | trasz | 2015-09-15 | 2 | -3/+11 |
* | - Remove #ifdef HAVE_POLL_H. | hrs | 2015-09-10 | 1 | -4/+2 |
* | - Remove GIF_{SEND,ACCEPT}_REVETHIP. | hrs | 2015-09-10 | 1 | -10/+3 |
* | The dumpfs(8) utility doesn't actually use disktab(5); remove it | trasz | 2015-09-03 | 1 | -1/+0 |
* | Fix markup. | trasz | 2015-09-02 | 1 | -2/+2 |
* | It's 2015, and some people are still trying to use fdisk and then | trasz | 2015-09-02 | 9 | -14/+18 |
* | pf: Remove support for 'scrub fragment crop|drop-ovl' | kp | 2015-08-27 | 2 | -8/+3 |
* | Code cleanup unused-but-set-variable spotted by gcc. | araujo | 2015-08-25 | 1 | -2/+0 |
* | Code cleanup unused-but-set-variable spotted by gcc. | araujo | 2015-08-25 | 3 | -14/+4 |
* | Upgrade libxo to 0.4.5. | marcel | 2015-08-24 | 1 | -1/+1 |
* | Add ALTQ(9) support for the CoDel algorithm. | loos | 2015-08-21 | 4 | -9/+149 |
* | Revamp camcontrol(8) fwdownload support and add the opcodes subcommand. | ken | 2015-08-20 | 5 | -216/+1580 |
* | Use arc4random_buf(). While there, unifdef the code for HAVE_ARC4RANDOM. | delphij | 2015-08-16 | 2 | -16/+2 |
* | In ipfw2, avoid left-shifting negative integers, which is undefined. | dim | 2015-08-12 | 1 | -4/+4 |
* | Make LAG LACP fast timeout tunable through IOCTL. | hiren | 2015-08-12 | 2 | -1/+9 |
* | Fix a few mandoc warnings. | brueffer | 2015-08-12 | 2 | -2/+0 |
* | sbin/ipfw fix typo: info -> into | feld | 2015-08-10 | 1 | -1/+1 |
* | Allow to disable BIO_DELETE passthru in fstab for swap-on-geli devices by | pjd | 2015-08-08 | 1 | -4/+6 |
* | Enable BIO_DELETE passthru in GELI, so TRIM/UNMAP can work as expected when | pjd | 2015-08-08 | 2 | -15/+82 |
* | Whoops, wrong flag. | trasz | 2015-08-06 | 1 | -1/+1 |
* | Tweak mdconfig(8) manual page, in particular revise the EXAMPLES | trasz | 2015-08-06 | 1 | -47/+46 |
* | Fix a bug which could make routed(8) daemon exit by sending a special RIP | delphij | 2015-08-05 | 1 | -0/+6 |
* | Fix ipfw range deletion. | melifaro | 2015-08-03 | 1 | -3/+8 |
* | Add support for keys that include 4 byte SALT values, | gnn | 2015-07-31 | 2 | -2/+25 |
* | Summary: Remove unsupported 3des-deriv encryption algorithm from documentation. | gnn | 2015-07-31 | 1 | -1/+0 |