Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-27 | Simplify symlink creation. ok grunk | Alexander Bluhm | |
2007-05-27 | cleanup the nfssvc() system call. | Thordur I. Bjornsson | |
* Remove alot of dead kerberos code like the options for NFSSVC_AUTHIN and NFSSVC_AUTHFAIL wich where originally to get the kerberos auth info into the kernel. (that hasnt worked for long, if ever.) Also remove some helper functions and associated goo, however theres still alot of it left. * Remove NFSSVC_BIOD, biod's where replaced with kernel threads a long time ago. * NFSSVC_MNTD wich was is NQNFS leftover. Update the man page and nfsd(8). nfssvc(2) besides being special has only one user in the tree nfsd(8), therefore no library bumps are needed. (discussed with deraadt@). ok beck@, "go a head" deraadt@ Tested by ckuethe@ | |||
2007-05-27 | Complain to stderr if cloned pflog interface doesn't exist. Previously only ↵ | Jason Dixon | |
logged LOG_ERR to syslog. ok henning@ | |||
2007-05-27 | Don't include sys/mbuf.h it is not needed. OK mcbride@ msf@ | Claudio Jeker | |
2007-05-27 | fsck_vnd just serves no real purpose, so remove it. | Alexander von Gernler | |
enabling fs_passno in fstab for vnd-type filesystems will lead to an error, just like for the other filesystem types where fsck_something does not exist discussed with and ok deraadt@ | |||
2007-05-27 | No need to shutdown(2) DGRAM socket before closing it. Found while looking | Claudio Jeker | |
at the code with jdixon@ | |||
2007-05-27 | fix .Xr's to mount_vnd(8) | Alexander von Gernler | |
suggested and ok jmc@ | |||
2007-05-27 | sync usage(); ok grunk | Jason McIntyre | |
2007-05-27 | sync argument names; ok grunk | Jason McIntyre | |
2007-05-27 | Prevent buf[-1] access if strlen(buf) == 0. | Ray Lai | |
Simplify some if-else statements while here. OK grunk@ and tedu@. | |||
2007-05-26 | +.Xr mount_vnd 8 , | Jason McIntyre | |
2007-05-26 | tweaks; | Jason McIntyre | |
2007-05-26 | link mount_vnd to the build, and remove usr.sbin/vnconfig, which is now | Alexander von Gernler | |
completely contained at the new place. provide a legacy link to /usr/sbin to go away after next release. ok deraadt@ | |||
2007-05-26 | improve the EXAMPLES for fstab entries of mount_vnd(8): | Alexander von Gernler | |
- reduce the number of used svnd devs to the default number of an OpenBSD System - make it more obvious that vnd's w/ different levels or no encryption can be specified. diff from Okan Demirmen, thanks | |||
2007-05-26 | make mount_vnd a C program by pulling in the vnconfig(8) source and adding | Alexander von Gernler | |
a mount_vnd(8) interface to it. merge manpages as well. next goal is to have this here completely replace the usr.sbin/vnconfig directory. prodded by many, manpage discussion and help jmc@, "go ahead" deraadt@ | |||
2007-05-26 | When the SIOCGIFMEDIA ioctl fails, don't report a problem with | Kenneth R Westerback | |
'SGIOCGIFMEDIA'. Noticed by Stuart Henderson. | |||
2007-05-24 | Make 'disklabel -w -d <disk>' work. i.e. write the default disklabel | Kenneth R Westerback | |
onto disk. More elegant than "dd if=/dev/zero of= ..." to clear out an old disklabel. Think of it as treating the spoofed disklabel created by readdisklabel() like an automatically generated disktab entry. Makes some install scripts (macppc to start) easier. | |||
2007-05-23 | Remove all vnode dependencies so that we can bootstrap softraid volumes. | Marco Peereboom | |
Code from tedu. Replace all kernel string magic with dev_t passed in from bioctl. Suggestion from beck and tedu. Help from miod. Fix chunk crc. ok tedu | |||
2007-05-23 | Get rid of some obsolete exampels. | Hans-Joerg Hoexer | |
ok and prodding @jmc | |||
2007-05-21 | small cleanups: | Constantine A. Murenin | |
* use NULL instead of 0 for pointers, as per style(9) * wrap a long for-loop line in sysctl_malloc() * fix -Wall complaint in print_sensor() ok otto@ | |||
2007-05-21 | Add ffs2 support. Adapted from the ufs2 changes in FreeBSD and NetBSD. | Todd C. Miller | |
2007-05-21 | Add ffs2 support; some parts adapted from ffs2 dump changes in FreeBSD. | Todd C. Miller | |
2007-05-21 | Use SBLOCKSEARCH[] to find the superblock. OK pedro@ | Todd C. Miller | |
2007-05-21 | options w/o args come before options which take args; | Jason McIntyre | |
2007-05-20 | add a -f option to allow specifing an alternative | Robert Nagy | |
control device; "put it in" miod@ | |||
2007-05-20 | Update usage wrt -c option when called as mount_mfs. | Todd C. Miller | |
2007-05-19 | Now that the amd64 floppy and cd image -c setting have been fixed, | Otto Moerbeek | |
recommit the -c changes. For now, we warn only if we cannot honour -c. ok millert@ deraadt@ | |||
2007-05-19 | kill trailing whitespace; | Jason McIntyre | |
2007-05-19 | Mention the mfs and portal papers. | Jonathan Gray | |
2007-05-19 | backout -c changes; they were not tested on all the media. all newfs | Theo de Raadt | |
changes obviously *MUST* be checked against whatever weird things the floppies do to fit | |||
2007-05-18 | Fix mismerge; remove statement without effect. OK otto@ pedro@ | Todd C. Miller | |
2007-05-18 | The unit of the -c options is fragments, so adjust man page and | Otto Moerbeek | |
variable name; correct the loop packing more inodes into the cg: in some cases it could put more fragments into the cg than requested; give an error if the -c option cannot be honoured. ok millert@ pedro@ | |||
2007-05-18 | Do a bounds check to see if the inode table fits on the disk. | Otto Moerbeek | |
Prevents a core dump found by djm@ when doing mount_mfs -s 80 (yeah, that's a tiny file system); ok millert@ pedro@ | |||
2007-05-18 | prettier Makefiles | Theo de Raadt | |
2007-05-18 | unify the way we prefer other things | Theo de Raadt | |
2007-05-15 | Make usage declaration match prototype; Make it __dead also. | Thordur I. Bjornsson | |
ok otto@ | |||
2007-05-13 | g/c unused vars | Todd C. Miller | |
2007-05-13 | Sync editit() with sendbug. | Ray Lai | |
OK krw@. | |||
2007-05-12 | remove references to mount_vnd.8 and fsck_vnd.8 as these are not hooked | Felix Kronlage | |
into the build yet. ok jmc@ | |||
2007-05-11 | pass the right size arg to memset, otherwise we end up with a | Otto Moerbeek | |
partially initialized summary info struct. ok millert@ pedro@ | |||
2007-05-11 | it's silly for reboot to poweroff. adapted from diff by diana eichert | Ted Unangst | |
2007-05-10 | Do not crash when lists include the "any" keyword. Reported by | Hans-Joerg Hoexer | |
<ralf.horstmann at gmx.net>, thanks! Slightly different fix. Also add a regression test. ok mpf@ | |||
2007-05-08 | Introduce the mouse.rawmode and mouse.scale fields for | Robert Nagy | |
touchscreen calibration via ioctls. ok miod@ | |||
2007-05-07 | Bump crypto buffer logging (before crypto/after crypto) to level 70 from | Chad Loder | |
level 30. This was a huge cause of log spam at level 30 and below, and is really not that useful. | |||
2007-05-07 | It was possible for phase 1 negotiation to fail due to lifetime duration | Chad Loder | |
mismatch without any log message stating so. This diff makes sure that all phase 1 negotiation failures due to proposal attribute mismatch are logged. Also change these messages from LOG_NEGOTIATION debug level 70 to always be logged (not just with debug). General idea OK hshoexer, tested here in production. | |||
2007-05-07 | Document "M active|passive" ui command. | Joel Knight | |
ok jmc@ mpf@ | |||
2007-05-05 | Do not rely on fs_cpg; this is especially important for ffs2 which | Todd C. Miller | |
does not use fs_cpg at all. From FreeBSD. OK otto@ | |||
2007-05-05 | Add support for ffs2 and a new flag, -m, which will output a | Todd C. Miller | |
newfs command that can be used to make a filesystem with the same settings. OK otto@ | |||
2007-05-05 | Kill a log message which looks like an error message but is actually | Chad Loder | |
both meaningless and harmless. ("nat_t_check_vendor_payload: bad size") ok todd | |||
2007-05-03 | Update CGSIZE macro so that it is no longer based on fs_cpg. | Todd C. Miller | |
This was part of the ffs2 changes but was not committed earlier in order to make the userland and kernel changes independent. NOTE: the change to newfs require an updated fs.h; building an updated newfs with the old fs.h may result in a broken filesystem. OK otto@ |