summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Teach fsck about snapshot files. These changes should have nomckusick2000-07-0618-45/+363
| | | | | | | effect on operation of fsck on filesystems without snapshots. If you get compilation errors, be sure that you have copies of /usr/include/sys/mount.h (1.94), /usr/include/sys/stat.h (1.21), and /usr/include/ufs/ffs/fs.h (1.16) as of July 4, 2000 or later.
* Correct style bugskris2000-07-063-6/+6
|
* Correct style bugs in previous commitkris2000-07-062-4/+4
|
* - Inline all the functions that are only called once. This results in ajhb2000-07-062-228/+214
| | | | | | savings of 68 bytes in boot2. - Also add a comment warning that you can't remove the empty exit() function.
* Add the snapshot option to mount_ufs.mckusick2000-07-064-0/+4
|
* Sync with latest KAME code.kris2000-07-0658-2391/+1555
| | | | Obtained from: KAME
* Sync with latest KAMEkris2000-07-0628-968/+1246
| | | | Obtained from: KAME
* Doh. The disklabel is not 0x200 bytes of zeros, but it is 0x200 bytes long.jhb2000-07-062-2/+2
|
* Fix .Fx usage (causing error diagnositc)ache2000-07-061-1/+2
|
* Clarify the comments in here a bit. The first sector of boot2 is not justjhb2000-07-062-4/+4
| | | | | zeros, it is actually the disklabel itself. boot2.ldr is simply a placeholder in the boot2 binary.
* Emulate the WBINVD instruction when it is called by the BIOS.jhb2000-07-062-12/+30
|
* Sync with latest KAMEkris2000-07-0517-446/+984
| | | | Obtained from: KAME
* Sync with latest KAME.kris2000-07-057-149/+388
| | | | Obtained from: KAME
* Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.wpaul2000-07-054-0/+6
|
* Fix alt monthsache2000-07-052-24/+24
| | | | Submitted by: Ri?ardas ?epas <rch@richard.eu.org>
* IPv6 support.ume2000-07-055-78/+301
| | | | | | This is required for forthcoming IPv6 ready installer. Obtained from: KAME
* add list of KAME files - may not be 100% correctitojun2000-07-051-0/+53
|
* The previous commit changed the df(1) units flag from -k to -h, whichsheldonh2000-07-051-1/+1
| | | | | | | | produced human-readable output. I like this, but it's certainly not something to change willy-nilly without discussion. Revert to -k. Anyway, the new variable allows folks to pick any units flag that fits their fancy.
* Plug the hole where rshd would bypass a proper .rhosts check if thebsd2000-07-051-3/+2
| | | | | | password was empty. Reviewed by: Warner Losh <imp@freebsd.org>
* Add the usbhidctl utility, from NetBSD, by Lennart Augusstn_hibma2000-07-054-0/+442
|
* Remove DEBUG_FLAGS=-g3, which never should have been committed.jasone2000-07-053-6/+0
|
* Now that the scripts in our ports support this, call the scriptstg2000-07-051-1/+29
| | | | in ${local_startup} with the `stop' option on shutdown.
* Add MIT copyrightdes2000-07-051-0/+2
|
* Sync with latest KAME.kris2000-07-057-143/+343
| | | | Obtained from: KAME
* Sync with latest KAME code.kris2000-07-052-136/+388
| | | | Obtained from: KAME
* Introduce a new option, daily_status_disks_df_flags, which specifiessheldonh2000-07-053-3/+15
| | | | | | | | | | the command-line arguments to be used for the call to df(1) when daily_status_disks_enable is set to YES. The name of the new variable was chosen by the maintainer of our periodic hierarchy, Brian Somers. PR: 19631
* Correct the usage printed for --exclude, which takes a globbing patternsheldonh2000-07-051-1/+1
| | | | | | | and not a file name. PR: 19698 Reported by: Jeff Blaine <jblaine@mitre.org>
* simplify and correct name resolution in tn().itojun2000-07-051-18/+16
| | | | | | XXX what is the goal of af_switch()? it seems to me it is not necessary any more with getaddrinfo(3) fix for correct name-resolution ordering. comments? >shin
* Sync with latest KAME.kris2000-07-058-163/+331
| | | | Obtained from: KAME
* Fix typo: "managment" -> "management".sheldonh2000-07-051-2/+2
| | | | | PR: 19689 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* Sync with KAMEkris2000-07-051-1/+1
| | | | Obtained from: KAME
* Sync with KAMEkris2000-07-051-54/+135
| | | | Obtained from: KAME
* Sync with latest KAME code.kris2000-07-052-234/+635
| | | | Obtained from: KAME
* sync with more recent KAME tree. handles scoped IPv6 notation.itojun2000-07-052-39/+109
| | | | | supports "delete" subcommand. corrects PR 19663.
* sync with more recent kame tree.itojun2000-07-052-45/+254
| | | | | - correct scoped notation separator (s/@/%/) - include example and more references
* sync with kame. more security warningsitojun2000-07-051-26/+57
|
* Use the packed attribute for the descriptor on the wiren_hibma2000-07-052-2/+4
|
* Support for unsigned integer and long sysctl variables. Update thejhb2000-07-057-71/+88
| | | | | | | | | SYSCTL_LONG macro to be consistent with other integer sysctl variables and require an initial value instead of assuming 0. Update several sysctl variables to use the unsigned types. PR: 15251 Submitted by: Kelly Yancey <kbyanc@posi.net>
* Replace phk's commit with code from my local tree which I happenjkh2000-07-053-3/+9
| | | | to like better (it's commented and easier to read).
* Oops! If we're deciding a command is now really dead, make *darned*mjacob2000-07-051-0/+9
| | | | | | sure that it really is by issuing a ISPCTL_ABORT_CMD just on the off chance the f/w will start it up again and, ha ha, start using the DMA resources we gave it but are now taking away.
* Clean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds,mjacob2000-07-051-7/+14
| | | | | or even if it fails with INVALID_PARM (which just means that the handle doesn't refer to an active commane).
* End two weeks of on and off debugging. Fix the crash on the Nthimp2000-07-051-24/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | insertion of a CF card, for random values of N > 1. With these fixes, I've been able to do 100 insert/remove of the cards w/o a crash with lots of system activity going on that in the past would help trigger the crash. The problem: FreeBSD creates dev_t's on the fly as they are needed and never destroys them. These dev_t's point to a struct disk that is used for housekeeping on the disk. When a device goes away, the struct disk pointer becomes a dangling pointer. Sometimes when the device comes back, the pointer will point to the new struct disk (in which case the insertion will work). Other times it won't (especially if any length of time has passed, since it is dependent on memory returned from malloc). The Fix: There is one of these dev_t's that is always correct. The device for the WHOLE_DISK_SLICE is always right. It gets set at create_disk() time. So, the fix is to spend a little CPU time and lookup the WHOLE_DISK_SLICE dev_t and use the si_disk from that in preference to the one that's in the device asking to do the I/O. In addition, we change the test of si_disk == NULL meaning that the dev needed to inherit properties from the pdev to dev->si_disk != pdev->si_disk. This test is a little stronger than the previous test, but can sometimes be fooled into not inheriting. However, the results of this fooling are that the old values will be used, which will generally always be the same as before. si_drv[12] are the only values that are copied that might pose a problem. They tend to change as the si_disk field would change, so it is a hole, but it is a small hole. One could correctly argue that one should replace much of this code with something much much better. I would be on the pro side of that argument. Reviewed by: phk (who also ported the original patch to current) Sponsored by: Timing Solutions
* sync with latest kame.itojun2000-07-051-70/+208
| | | | | | | | - permit numeric scopeid, be more careful about buffer size TODO: 2nd arg type should be socklen_t for RFC2553 conformance, but due to include file dependency it is not a easy thing to do (netdb.h does not have socklen_t)
* sync with kame.itojun2000-07-051-29/+50
| | | | | - better return code. from enami@netbsd - do not use "class" as variable name. C++ guy had trouble with it.
* o Enable building of libposix1e capability state utility functions andrwatson2000-07-052-16/+24
| | | | | | capability-related syscall wrappers. Obtained from: TrustedBSD Project
* o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated withrwatson2000-07-059-0/+396
| | | | | | | soon to be committed syscall stubs. These calls will be used to get and set capability state associated with executables. Obtained from: TrustedBSD Project
* o When calling the syscall, use &cap instead of cap. Apparently thisrwatson2000-07-052-2/+2
| | | | | | | error was introduced during the merge; fixing it corrects a (correct) warning about types. Obtained from: TrustedBSD Project
* o Comment out <sys/audit.h> and <sys/mac.h> since they are not yetrwatson2000-07-052-4/+4
| | | | | | committed Obtained from: TrustedBSD Project
* sync with latest kame tree. more stable, p2p advert is correcteditojun2000-07-054-141/+445
|
* add getifaddrs(3) from bsdi. this is a magic function which lets you grabitojun2000-07-055-3/+602
| | | | | | interface addresses in a portable manner, without headache of SIOCGIFCONF or sysctl. it is in bsdi/openbsd/netbsd already. from kame tree (actually, mandatory for latest kame tree).
OpenPOWER on IntegriCloud