summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Fix warning when compiling with -DDEBUGpav2006-05-151-1/+1
| | | | Approved by: alfred
* - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage,pav2006-05-157-153/+578
| | | | | | | | | | | | | | | | | | | rename, __getcwd, shutdown, getrlimit, setrlimit, _umtx_lock, _umtx_unlock, pathconf, truncate, ftruncate, kill - Decode more arguments of open, mprot, *stat, and fcntl. - Convert all constant-macro and bitfield decoding to lookup tables; much cleaner than previous code. - Print the timestamp of process exit and signal reception when -d or -D are in use - Try six times with 1/2 second delay to debug the child PR: bin/52190 (updated) Submitted by: Dan Nelson <dnelson@allantgroup.com> Approved by: alfred
* Shoot my own dog :-(wilko2006-05-153-2736/+0
|
* Prepare to shoot my own dog, decouple the alpha docs from the build.wilko2006-05-151-2/+1
|
* s/alpha/sparc64/ in examples.wilko2006-05-151-4/+4
|
* - Fix crash when hitting unknown syscall. Copied from i386-fbsd.cpav2006-05-155-5/+10
| | | | Approved by: alfred
* Remove reference to Alpha architecture.wilko2006-05-151-2/+1
|
* Remove reference to Alphawilko2006-05-151-1/+1
|
* o In the cross-build example replace alpha by sparc64.maxim2006-05-151-3/+3
|
* Remove reference to the Alpha architecture.wilko2006-05-152-5/+3
|
* Remove reference to Alpha.wilko2006-05-151-2/+2
|
* Remove reference to Alpha machinewilko2006-05-151-2/+0
|
* o Join "lnc(4) killers" gang and add lnc.4 man page to a listmaxim2006-05-151-1/+3
| | | | | | of obsoleted files. o Fix a timestamp in the previous revision: 20061205 -> 20060512.
* Now that lnc(4) is removed from the source tree, replace lnc0 in an examplemarius2006-05-151-2/+2
| | | | | with fxp0 (fxp(4) was chosen as it's also used in a couple of examples in other man pages and as it has good grep(1)'ability).
* Now that lnc(4) is removed from the source tree, remove it from the listmarius2006-05-151-2/+1
| | | | of drivers supporting ALTQ.
* Replace references to lnc(4) with references to le(4) (so far the notesmarius2006-05-151-4/+4
| | | | | still apply to le(4)) now that lnc(4) is removed and le(4) is going to replace it.
* Update the description of pcn(4) from pcn(4) vs. lnc(4) to pcn(4) vs. le(4)marius2006-05-151-3/+5
| | | | now that lnc(4) is removed and le(4) is going to replace it.
* Restore the ability to mount procfs and fdescfs filesystems via thekbyanc2006-05-154-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | mount(2) system call: * Add cmount hook to fdescfs and pseudofs (and, by extension, procfs and linprocfs). This (mostly) restores the ability to mount these filesystems using the old mount(2) system call (see below for the rest of the fix). * Remove not-NULL check for the data argument from the mount(2) entry point. Per the mount(2) man page, it is up to the individual filesystem being mounted to verify data. Or, in the case of procfs, etc. the filesystem is free to ignore the data parameter if it does not use it. Enforcing data to be not-NULL in the mount(2) system call entry point prevented passing NULL to filesystems which ignored the data pointer value. Apparently, passing NULL was common practice in such cases, as even our own mount_std(8) used to do it in the pre-nmount(2) world. All userland programs in the tree were converted to nmount(2) long ago, but I've found at least one external program which broke due to this (presumably unintentional) mount(2) API change. One could argue that external programs should also be converted to nmount(2), but then there isn't much point in keeping the mount(2) interface for backward compatibility if it isn't backward compatible.
* Update README.examples according to the current state of the examples/etc ↵matteo2006-05-151-18/+30
| | | | | | directory PR: conf/97232
* Note that an old adjkerntz is not really usable after the recentkeramida2006-05-151-0/+15
| | | | | | | sysctlbyname() changes, so the new adjkerntz binary should be used while in single-user mode. Reviewed by: ceri, maxim
* Refer to csup in the make.conf(5) manpage.mux2006-05-151-0/+2
| | | | | | Insta-MFC to follow. Reminded by: ru (some time ago)
* Add definitions for atomic_subtract_rel_32, atomic_add_rel_32 andcognet2006-05-151-0/+3
| | | | atomic_load_acq_32, needed for hwpmc.
* Recalculate IP checksum after running pfil hooks.dhartmei2006-05-151-2/+17
| | | | | Reviewed by: thompsa Tested by: Adam McDougall <mcdouga9@egr.msu.edu>
* Switch from the lnc driver to the le driver. But C-NET(98)S support isnyan2006-05-153-11/+2
| | | | dropped.
* Display real/avail memory as per other platforms.benno2006-05-151-3/+29
| | | | Approved by: cognet
* o In rip_disconnect() do not call rip_abort(), just mark a socketmaxim2006-05-151-1/+11
| | | | | | | | | | as not connected. In soclose() case rip_detach() will kill inpcb for us later. It makes rawconnect regression test do not panic a system. Reviewed by: rwatson X-MFC after: with all 1th April inpcb changes
* o Fix typo in a comment.maxim2006-05-151-1/+1
| | | | | | PR: bin/97292 Submitted by: clsung MFC after: 3 days
* Re-wrok PHY setup, media handling and dual-port detection.yongari2006-05-152-37/+13
| | | | | | | | | With this change SysKonnect SK-9521 v2.0 and SK-9821 v2.0 adapter now works. Obtained from: OpenBSD Reported by: Ganbold ganbold ! micom ( mng $ net Tested by: Ganbold ganbold ! micom ( mng $ net
* Switch to a 64bit time_t, while it's not a big problem to do so.cognet2006-05-152-2/+2
| | | | Suggested by: imp
* Use only lower 64bit of src/dest (and src/dest port) for hashing of IPv6mlaier2006-05-141-4/+4
| | | | | | | | | | connections and get rid of the flow_id as it is not guaranteed to be stable some (most?) current implementations seem to just zero it out. PR: kern/88664 Reported by: jylefort Submitted by: Joost Bekkers (w/ changes) Tested by "regisr" <regisrApoboxDcom>
* Fix formatting. Add missing break;emax2006-05-141-2/+3
| | | | | Submitted by: Iain Hibbert MFC after: 3 days
* With the demise of Alpha, remove Alpha specific diagnostic.wilko2006-05-141-7/+0
|
* o A tiny regression test exposes bug in rip_disconnect().maxim2006-05-142-0/+85
|
* New release notes:brueffer2006-05-142-0/+22
| | | | | | - cpufreq(4) support for VIA C7-M processors - lnc(4) removed - ip6fw(8) removed
* Fix typo.brueffer2006-05-141-1/+1
|
* Remove autogeneration of the lnc(4) hardware list to fix the build.brueffer2006-05-143-6/+0
|
* The last execution of -exec {} + is not done if the -exec primary iskrion2006-05-144-4/+21
| | | | | | | | | | | not on the top-level -and sequence, e.g. inside of ! or -or. Create a separate linked list of all active -exec {} + primaries and do the last execution for all at termination. PR: bin/79263 Submitted by: Jilles Tjoelker <jilles@stack.nl> MFC after: 7 days
* - Replace the entry for the no longer existing lnc(4) module with anmarius2006-05-141-2/+3
| | | | | | entry for the replacement le(4) module. - Add an entry for the gem(4) module. - Remove gratuitous whitespace in the description of the hme(4) entry.
* Remove some remnants of lnc(4).marius2006-05-142-5/+0
|
* Remove the lnc module Makefile.scottl2006-05-141-17/+0
|
* Fix build (unhook lnc).delphij2006-05-141-3/+0
| | | | Submitted by: David H. Wolfskill <david catwhisker org>
* Add if_* MLINKS for bce(4) and le(4).brueffer2006-05-141-0/+2
| | | | MFC after: 3 days
* Fix a long-standing limitation in IPv4 multicast group membership.bms2006-05-143-4/+40
| | | | | | | | | | | | | | By making the imo_membership array a dynamically allocated vector, this minimizes disruption to existing IPv4 multicast code. This change breaks the ABI for the kernel module ip_mroute.ko, and may cause a small amount of churn for folks working on the IGMPv3 merge. Previously, sockets were subject to a compile-time limitation on the number of IPv4 group memberships, which was hard-coded to 20. The imo_membership relationship, however, is 1:1 with regards to a tuple of multicast group address and interface address. Users who ran routing protocols such as OSPF ran into this limitation on machines with a large system interface tree.
* Don't quote IP_MAX_MEMBERSHIPS as 20 any more.bms2006-05-141-3/+2
|
* Add multicast group join/leave functionality to IPv4 regressionbms2006-05-141-10/+68
| | | | test suite.
* Handle SIGINFO in time(1) by printing the time the given command is running.pjd2006-05-142-37/+72
| | | | I find it quite handy to just hit ^T and see the time.
* Add a bootable CD support.nyan2006-05-144-1/+1169
|
* The VERBOSE_SYSINIT stuff sees the DDB define a lot better if we includebenno2006-05-141-0/+1
| | | | | | | opt_ddb.h. Spotted by: benno Pointy hat to: benno
* For src/dest parsing take off the netmask before checking for AF withmlaier2006-05-141-15/+31
| | | | | | | inet_pton. This fixes cases like "fe02::/16". PR: bin/91245 Reported by: Fredrik Lindberge
* Remove the ipfw6 config from NOTESmat2006-05-141-4/+0
| | | | | | Forgotten by: mlaier Approved by: mlaier Pointy hat to: mlaier :-)
OpenPOWER on IntegriCloud