summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a syntax error in the generated code when invoked with -P. Note thatstefanf2005-09-021-1/+0
* When we supersed the subnet-mask, write the forced value to the leasebrooks2005-09-021-10/+14
* - Alwasy explicitly bring the interface up before configuring it.brooks2005-09-021-7/+17
* Block SIGQUIT (Ctrl-C) while running in startup mode. This should allowbrooks2005-09-021-4/+4
* Break out the checks for duplicates and absolute settings being too highnjl2005-09-021-8/+17
* Print out a warning and a backtrace if we try to unlock a lockmgr thatssouhlal2005-09-021-0/+7
* Use vput() instead of vrele() in null_reclaim() since the lower vnodessouhlal2005-09-021-4/+5
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-026-39/+26
* - Do not allocate memory to entries in /var/rwho which have been down forssouhlal2005-09-021-3/+3
* ffs_mountfs() needs devvp to be locked, so lock it.ssouhlal2005-09-021-5/+3
* Don't unbusy the devfs mount in vfs_mountroot_try() as it gets accessedssouhlal2005-09-021-1/+0
* Forced commit to set an MFC reminderjcamou2005-09-020-0/+0
* Stop generating the `register' keyword.stefanf2005-09-023-4/+4
* Don't generate K&R C code. The -C flag is kept for backwards compatibility.stefanf2005-09-029-402/+125
* Update URL and email address.jcamou2005-09-021-2/+2
* MFp4: kill bogus commentimp2005-09-021-5/+0
* Fix typo in usage.emax2005-09-011-1/+1
* In case of mac_check_vnode_rename_from() or vn_start_write() failure,pjd2005-09-012-2/+4
* At some point in the past, we read the PROM by words. Now we readimp2005-09-011-6/+2
* Only write the dispatch table function prototypes to the header if the -hstefanf2005-09-013-25/+24
* Fix a few small problems and bump the date.scottl2005-09-011-3/+4
* Typo in comment.jhb2005-09-011-1/+1
* Improve POSIX conformance:stefanf2005-09-011-7/+7
* Include needed headers that were obtained through <pthread.h>. Sort headersstefanf2005-09-0111-9/+28
* Add support for setting GPT partition labels. The partitions to bemarcel2005-09-015-33/+343
* Dot the i's: multiple devices can be specified, so the usage shouldmarcel2005-09-013-5/+7
* Treat resources that are 0xfffff.... as being 'unassigned'.imp2005-09-011-1/+6
* Add a comment before the statement that is responsible for themarcel2005-09-011-0/+2
* Added ENVIRONMENT section (PAGER, MANPATH, etc.).garys2005-09-011-0/+13
* - Use prototypes in headers.stefanf2005-08-3110-43/+49
* - Add md_mtx lock to protect ID number and list of devices.pjd2005-08-311-25/+37
* Rename the variable `inline' to `inline_size'.stefanf2005-08-314-16/+11
* Fix dangling callout problem in the Bluetooth L2CAP code that leads toemax2005-08-313-5/+14
* - Only call txp_release_resources() once if attach fails.jhb2005-08-311-38/+31
* Use if_printf() and device_printf() for printf's and remove the unit numberjhb2005-08-312-20/+15
* Improved descriptions of block size handling.garys2005-08-311-37/+48
* Update for a few recently discovered Olicom token ring cards:imp2005-08-311-1/+3
* More clarification on how bus_dmamap_sync works. Fix bogus text concerningscottl2005-08-311-11/+25
* Add a short description of how a literal colon ':' can be inlined in thekeramida2005-08-311-0/+5
* Add __BEGIN_DECLS/__END_DECLS so that this header can be included in C++rodrigc2005-08-311-0/+9
* Use VLAN_TAG_VALUE() not only to read a dot1q tagyar2005-08-312-3/+8
* net.graph.ngqfreemax has been deprecated.glebius2005-08-311-1/+0
* Remove getino(3) manpage. It doesn't document what is here, what is here shouldjmallett2005-08-311-116/+0
* Fix braino in last commit. Print nothing if ipfw(4) is not present.glebius2005-08-311-2/+2
* Disconnect getino.3 and remove MLINK I added.trhodes2005-08-311-2/+1
* Document the -l and -u options of the show command.marcel2005-08-311-1/+15
* o Replace unicode16() by utf8_to_utf16().marcel2005-08-314-19/+139
* /* -> /*- for license.marcel2005-08-3111-11/+11
* Move "systemv" into OLDTIMEZONES clause; "backward" is a prerequisite.wollman2005-08-311-2/+2
* FDOPT_NORETRY is an option, and must be compared with fd->options,rodrigc2005-08-301-1/+1
OpenPOWER on IntegriCloud