summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Constify the first arg to callrpc(3).Alfred Perlstein2002-03-222-2/+2
| | | | Notes: svn path=/head/; revision=92968
* MFen 1.4Udo Erdelhoff2002-03-221-8/+31
| | | | Notes: svn path=/head/; revision=92966
* DESTDIR does not anymore does the -I${DESTDIR}/usr/include magicRuslan Ermilov2002-03-221-4/+4
| | | | | | | | | in <bsd.prog.mk> and <bsd.lib.mk>. Reviewed by: luigi Notes: svn path=/head/; revision=92964
* This library uses its own versions of some of the system headers.Ruslan Ermilov2002-03-221-3/+3
| | | | | | | | Protect against CFLAGS having -I/usr/include listed explicitly. The real solution would be to fix the library. XXX Notes: svn path=/head/; revision=92963
* Prevent icmp_reflect() from calling ip_output() with a NULL routeRuslan Ermilov2002-03-223-9/+8
| | | | | | | | | | | | | | | | | pointer which will then result in the allocated route's reference count never being decremented. Just flood ping the localhost and watch refcnt of the 127.0.0.1 route with netstat(1). Submitted by: jayanth Back out ip_output.c,v 1.143 and ip_mroute.c,v 1.69 that allowed ip_output() to be called with a NULL route pointer. The previous paragraph shows why this was a bad idea in the first place. MFC after: 0 days Notes: svn path=/head/; revision=92960
* When "cloning" a pipe's buffer bcopy the data after dropping the pipe'sAlfred Perlstein2002-03-221-2/+2
| | | | | | | lock as the data may be paged out and cause a fault. Notes: svn path=/head/; revision=92959
* Add [MERGED] tag things to some items in the kernel section that shouldBruce A. Mah2002-03-222-32/+28
| | | | | | | | | | have had them, but didn't. While I'm here, do some general cleanup, including typo fixes, some rewrites, and consolidation of some related entries. Notes: svn path=/head/; revision=92958
* only read from the possibly bad address if we did not get a machineAndrew Gallatin2002-03-221-1/+1
| | | | | | | | | | check. I don't know how this went unnoticed for so long. obtained from: NetBSD MFC after: 7 days Notes: svn path=/head/; revision=92957
* No need to cast; ().gr_gid is already the correct type.Mark Murray2002-03-221-1/+1
| | | | Notes: svn path=/head/; revision=92956
* Allow SMP kernels (like GENERIC..) to boot on UP kernels on the alpha.Andrew Gallatin2002-03-221-1/+1
| | | | | | | Pointy hat to: jeff Notes: svn path=/head/; revision=92955
* Add myself to the calendar.Ceri Davies2002-03-221-0/+1
| | | | Notes: svn path=/head/; revision=92954
* In sysctl, req->td is believed always to be non-NULL, so there's no needRobert Watson2002-03-221-20/+14
| | | | | | | | | | | | | | | | | to test req->td for NULL values and then do somewhat more bizarre things relating to securelevel special-casing and suser checks. Remove the testing and conditional security checks based on req->td!=NULL, and insert a KASSERT that td != NULL. Callers to sysctl must always specify the thread (be it kernel or otherwise) requesting the operation, or a number of current sysctls will fail due to assumptions that the thread exists. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Discussed with: bde Notes: svn path=/head/; revision=92953
* Null one-line entry to resurrect this from the Attic. The real commitMark Murray2002-03-221-0/+1
| | | | | | | will follow. Notes: svn path=/head/; revision=92952
* Since cred never appears to be passed into the securelevel calls asRobert Watson2002-03-221-2/+2
| | | | | | | | | | | | | | | | | NULL, turn warning printf's into panic's, since this call has been restructured such that a NULL cred would result in a page fault anyway. There appears to be one case where NULL is explicitly passed in in the sysctl code, and this is believed to be in error, so will be modified. Securelevels now always require a credential context so that per-jail securelevels are properly implemented. Obtained from: TrustedBSD Project Sponsored by: NAI Labs Discussed with: bde Notes: svn path=/head/; revision=92951
* This commit was generated by cvs2svn to compensate for changes in r92948,Mark Murray2002-03-2213-0/+2778
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=92949
| * Vendor import NETBSD's sort(1). This will be a replacement forMark Murray2002-03-2214-0/+3219
| | | | | | | | | | | | | | our GNU sort, as discussed 6 months or more ago. Notes: svn path=/vendor/NetBSD/dist/; revision=92948
| * Import the NetBSD 1.5 RC system on a vendor branch.David E. O'Brien2001-06-222-0/+81
| | | | | | | | Notes: svn path=/vendor/NetBSD/dist/; revision=78616
* | Revision 1.45 of gnu/usr.bin/man/man.c obviated the need to linkRuslan Ermilov2002-03-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | manpages in machine-specific subdirectories (like man4/i386/) to "../". This change didn't propagate here resulting in a loss of whatis(1) database entries. Fix this. Reviewed by: tobez MFC after: 1 week Notes: svn path=/head/; revision=92943
* | SCM ID tweak.David E. O'Brien2002-03-222-2/+0
| | | | | | | | Notes: svn path=/head/; revision=92942
* | Remove multi-line __P() usage.David E. O'Brien2002-03-2230-143/+129
| | | | | | | | Notes: svn path=/head/; revision=92941
* | Install a sample /usr/share/examples/smbfs/dot.nsmbrc.Peter Pentchev2002-03-221-1/+11
| | | | | | | | | | | | | | | | | | | | | | PR: 35649 Reported by: Johann Frisch <jerfa@yahoo.com> Reviewed by: bp Approved by: bp, silence on -doc MFC after: 1 week Notes: svn path=/head/; revision=92940
* | Fix for OPIE 2.4.Mark Murray2002-03-221-0/+1
| | | | | | | | Notes: svn path=/head/; revision=92939
* | Remove __P() usage.David E. O'Brien2002-03-221-2/+2
| | | | | | | | Notes: svn path=/head/; revision=92938
* | Regen.Sheldon Hearn2002-03-221-55/+120
| | | | | | | | Notes: svn path=/head/; revision=92936
* | Add the -n option, which automatically answers "no" to the overwrite question.David E. O'Brien2002-03-222-6/+27
| | | | | | | | Notes: svn path=/head/; revision=92935
* | Teach the bge driver about the BCM5701 (specifically, the 3ComBill Paul2002-03-222-4/+20
| | | | | | | | | | | | | | | | | | | | | | 3c996B-T, with the 5701 rev B5 ASIC). One thing that confuses me still is that the 'link state change' bit in the status block seems to change state an awful lot. I have a workaround for this in place now, but it needs more investigation. For the moment though, this is enough to get the driver to work with this card. Notes: svn path=/head/; revision=92934
* | Instead of dealing with the endless requests to provide more DNS basedGregory Neil Shapiro2002-03-221-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | black lists in the default config, give a pointer to a non-static list. I was convinced this was the right thing to do after getting a PR asking to add ORBZ the day before ORBZ went off the air. PR: conf/35884 MFC after: 4 days Notes: svn path=/head/; revision=92933
* | regenerateBill Paul2002-03-221-1/+3
| | | | | | | | Notes: svn path=/head/; revision=92932
* | Teach the brgphy driver about the BCM5701's internal copper PHY.Bill Paul2002-03-222-0/+7
| | | | | | | | Notes: svn path=/head/; revision=92931
* | MFCs noted: ata(4) RAID rebuild, atacontrol(8).Bruce A. Mah2002-03-222-4/+4
| | | | | | | | Notes: svn path=/head/; revision=92929
* | New release notes: slab allocator, new ephemeral port range, OpenSSH 3.1.Bruce A. Mah2002-03-222-12/+88
| | | | | | | | | | | | | | | | | | | | Updated release notes: Binutils 2.12.0, gcc post-2.95.3 snapshot, OPIE 2.4. While I've got my hands dirty, make a couple of markup fixes as well. Notes: svn path=/head/; revision=92928
* | - Back out the commit to make the linker_load_file() securelevel checkAndrew R. Reiter2002-03-223-16/+6
| | | | | | | | | | | | | | | | | | made aware in jail environments. Supposedly something is broken, so this should be backed out until further investigation proves otherwise, or a proper fix can be provided. Notes: svn path=/head/; revision=92927
* | Change the ephemeral port range from 1024-5000 to 49152-65535.Mike Silbersack2002-03-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This increases the number of concurrent outgoing connections from ~4000 to ~16000. Other OSes (Solaris, OS X, NetBSD) and many other NAT products have already made this change without ill effects, so we should not run into any problems. MFC after: 1 week Notes: svn path=/head/; revision=92926
* | const poison just like NetBSD.Warner Losh2002-03-222-39/+21
| | | | | | | | Notes: svn path=/head/; revision=92925
* | Make user_from_uid and group_from_gid return const char *, just likeWarner Losh2002-03-224-6/+6
| | | | | | | | | | | | | | NetBSD. Update man page to reflect this. Notes: svn path=/head/; revision=92924
* | Break out the "see_other_uids" policy check from the variousRobert Watson2002-03-221-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method-based inter-process security checks. To do this, introduce a new cr_seeotheruids(u1, u2) function, which encapsulates the "see_other_uids" logic. Call out to this policy following the jail security check for all of {debug,sched,see,signal} inter-process checks. This more consistently enforces the check, and makes the check easy to modify. Eventually, it may be that this check should become a MAC policy, loaded via a module. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=92923
* | remove __PWarner Losh2002-03-2287-702/+689
| | | | | | | | Notes: svn path=/head/; revision=92922
* | remove __PWarner Losh2002-03-2274-842/+815
| | | | | | | | Notes: svn path=/head/; revision=92921
* | remove __PWarner Losh2002-03-2274-421/+389
| | | | | | | | Notes: svn path=/head/; revision=92920
* | MFen.Jun Kuriyama2002-03-221-6/+11
| | | | | | | | Notes: svn path=/head/; revision=92919
* | Updates for OPIE 2.4.Mark Murray2002-03-221-0/+1
| | | | | | | | Notes: svn path=/head/; revision=92918
* | Remove __P() usage.David E. O'Brien2002-03-2130-420/+421
| | | | | | | | Notes: svn path=/head/; revision=92917
* | Collect all functions for copying to and from userspace into the one file.Benno Rice2002-03-2110-480/+522
| | | | | | | | | | | | | | | | This allows me to reimplement [sf]u{byte,word} as separate functions and not as calls to copy{in,out}. Notes: svn path=/head/; revision=92916
* | Remove __P() usage.David E. O'Brien2002-03-211-2/+2
| | | | | | | | Notes: svn path=/head/; revision=92915
* | Resolve conflicts.Mark Murray2002-03-2119-196/+522
| | | | | | | | Notes: svn path=/head/; revision=92914
* | Remove 'register' keyword.David E. O'Brien2002-03-2142-307/+323
| | | | | | | | Notes: svn path=/head/; revision=92913
* | Bring code to WARNS=3 level. Mostly fix unused variables.Alfred Perlstein2002-03-213-17/+22
| | | | | | | | Notes: svn path=/head/; revision=92911
* | Remove main() prototype.Alfred Perlstein2002-03-211-1/+0
| | | | | | | | Notes: svn path=/head/; revision=92910
* | Remove __P.Alfred Perlstein2002-03-213-15/+15
| | | | | | | | Notes: svn path=/head/; revision=92909
* | This commit was generated by cvs2svn to compensate for changes in r92906,Mark Murray2002-03-2152-640/+1873
|\ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=92907