Commit Graph

5878 Commits

Author SHA1 Message Date
msaitoh a4771072f5 Add missing free() in error path. 2012-12-13 05:27:01 +00:00
christos 9878d5e5c4 use __BITMAP_TYPE 2012-12-07 02:27:29 +00:00
christos 87e18d03a8 fix bug found by clang. 2012-12-05 13:53:39 +00:00
wiz 5fd31fe80e Whitespace.
New sentence, new line.
2012-12-05 08:56:54 +00:00
christos 0f179f793d add cgdconfig -l like vnconfig -l 2012-12-05 02:23:20 +00:00
wiz be789ebcbe Document how to resize the WAPBL log size.
Based on patch by Edgar Fuß <ef@math.uni-bonn.de>.
2012-12-03 12:28:06 +00:00
christos f9868bf95f switch from fd_set to bitmap macros, by popular demand. 2012-12-01 15:30:16 +00:00
christos b8e38193b8 put back line I accidentally deleted. 2012-11-29 02:24:14 +00:00
christos 97613513e6 add a handler for the reserved port sysctl variable. 2012-11-29 02:06:17 +00:00
christos de1cb60c9b use the proper variable 2012-11-29 02:05:38 +00:00
jakllsch a3904b0b1f Catch up to the kernel with respect to Ext2 huge_file feature. 2012-11-25 19:42:14 +00:00
jakllsch afc2ce4252 e2di_nblock is (assuming the huge_file feature is not active) stored in
DEV_BSIZE units, not fs block size units.
2012-11-25 19:36:23 +00:00
reed 3a3bcb7dc5 Add some details about the hook scripts. 2012-11-22 17:16:30 +00:00
tsutsui 1c2763589b Note mount_msdos -G option also allows mounting X680x0's Human68k floppies. 2012-11-16 15:00:18 +00:00
msaitoh b6620403e7 Add missing free() in error path. 2012-11-09 06:27:17 +00:00
christos d6532d627c include the headers that you need. 2012-11-04 22:30:23 +00:00
christos 6a9b095c0d include the headers that we need 2012-11-04 22:28:16 +00:00
christos e3f7c883f9 include the needed headers 2012-11-04 22:20:03 +00:00
jakllsch b7565c8f0e According to current file(1) magic definitions an unlabeled FAT is
denoted with "NO NAME" rather than "NO_NAME".
2012-11-04 14:27:15 +00:00
jakllsch 9211d76436 make a bunch of globals static 2012-11-03 19:26:52 +00:00
jakllsch 7f13651aab drop write-only variable 2012-11-03 19:14:53 +00:00
pgoyette 52dd3d0558 Use snprintb_m(3) to split flags/capabilities/enabled across multiple
output lines.

As discussed on current-users
2012-11-01 13:43:23 +00:00
msaitoh bbc956a9be Add SIOCGETHERCAP ioctl.
There was no way to know the setting of ec_capabilities and ec_capenable
other than grepping the source.

See http://mail-index.netbsd.org/tech-kern/2010/07/28/msg008613.html
2012-10-31 10:17:34 +00:00
enami 78b4053513 The id chgrp command is required to change is not uid but gid. 2012-10-24 01:12:51 +00:00
christos 968ce182a5 - use {g,s}etprogname()
- fix usage
2012-10-23 17:55:46 +00:00
wiz 2690e9488f + ly 2012-10-23 17:30:59 +00:00
christos 722882388a allow non-command keysyms to be mapped as commands (experimental) 2012-10-23 15:30:45 +00:00
christos 2b7d68ecf8 - remove obsolete = { syntac
- print context for yyerror()
- add a production to clarify a syntax error
2012-10-23 01:59:18 +00:00
christos c8bd03f1a4 support --reference=rfile 2012-10-22 18:02:26 +00:00
drochner 5724e77fda Implement experimental support to pass notifications that a file
was deleted from the filesystem to the disk driver, commonly
known as "discard" or "trim".
fs/driver support is in ffs and ata wd for now.
This is what was posted here:
http://mail-index.netbsd.org/tech-kern/2012/02/28/msg012813.html
with minor cleanup, and the global switch replaced by a mount option.
2012-10-19 17:09:06 +00:00
wiz 4d8d2d3c45 Revert my previous commit, I misunderstood the intention.
Noted by njoly.
2012-10-06 09:11:34 +00:00
wiz ff22935a2e Previous slightly more consistently. 2012-10-05 21:30:29 +00:00
njoly 1fd47d12e9 Fix indented blocks rendering with mandoc. Switch from .in unsupported
macro to .Bd/.Ed ones. While here kill some unneeded .Pp/.br macros.
2012-10-05 18:07:46 +00:00
uwe a855fb9e85 Fix fallout from 1.129 that converted sou::so_foo from unions to
pointers but missed (char *)&soup->so_foo => (char *)soup->so_foo in
mask_addr().  It worked by luck - unless it didn't: due to pointer
numerology on amd64 route add -net ClassC without explicit /24 prefix
length specification would result into /16 destination instead of /24.
2012-10-04 00:01:48 +00:00
wiz 547319c1ee - Improve wording;
- remove superfluous `.Pp' macro (fixes mandoc(1) warning).

From Bug Hunting.
2012-10-03 19:36:11 +00:00
riz 1c8ef6d0ac Remove the bit about empty DOS file systems assumed to have short names
by default;  jmcneill changed this back in Jan 2009, but missed this
text.
2012-09-27 21:51:12 +00:00
christos 9db5ca4e66 add back old options for compatibility, but complain if specified. 2012-09-20 18:56:05 +00:00
christos 41a9f0e839 Does not make sense to mount this as NFS, so it is not a bug.
We can now mount multiple instances, but all of them show all the ptys.
2012-09-19 15:38:09 +00:00
christos 7097f02a88 remove -c and chroot option; they are always on now 2012-09-18 21:35:43 +00:00
msaitoh c29bab8ba9 Fix a bug that misunderstand F_TIMING64, F_POLICY and F_AUTHHDR. 2012-09-18 04:07:44 +00:00
msaitoh 5699fb2d89 Accept "-s 0" 2012-09-10 04:32:24 +00:00
wiz 23f6e3c1fb Bump date for previous. 2012-09-09 17:11:49 +00:00
dholland 31ea0cb5b3 ptyfs hasn't been experimental in a long time. (noticed by blymn) 2012-09-09 17:09:51 +00:00
riz 012f92fc5b Remove -g from CPPFLAGS. 2012-09-05 23:01:42 +00:00
riz 18bc268e49 Remove "-g" from CPPFLAGS. 2012-09-05 22:58:53 +00:00
dholland 06b26cd86b Use more markup, fix English usage. 2012-08-29 18:46:13 +00:00
dholland 2d1cf01ec8 stdlib.h, not malloc.h 2012-08-26 09:33:18 +00:00
joerg 067600c8cf Revert last, it breaks the tricks xsrc uses. 2012-08-23 21:21:14 +00:00
joerg 8e96262375 Remove SHLIBINSTALLDIR and SHLINKINSTALLLIBDIR. Add rpath entries, if
SHLIBDIR differs from /usr/lib.
2012-08-23 15:45:02 +00:00
drochner 0065310310 the address expire counter is just a time difference; it can turn
negative after the timer expired until the entry is deleted.
make it signed, so that we don't get output like
"00:1b:78:12:50:46 wm0 18446744073709551349 flags=0<>"
2012-08-23 12:06:32 +00:00