Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Aristotle dies in 02 Oct 322 BC not in March. | maxim | 2003-04-24 | 1 | -1/+0 |
| | | | | | | PR: misc/46440 Submitted by: Sergey A. Osokin <osa@freebsd.org.ru> MFC after: 4 days | ||||
* | Fix printf warning for RELENG_4. | simokawa | 2003-04-24 | 1 | -0/+4 |
| | |||||
* | Fix a typo: "Managment" -> "Management". | maxim | 2003-04-24 | 1 | -1/+1 |
| | | | | | | PR: bin/47343 Submitted by: Jeremy C. Reed <reed@reedmedia.net> MFC after: 4 days | ||||
* | o Add support for running /etc/rc.early | mtm | 2003-04-24 | 2 | -0/+20 |
| | | | | | | | | o Re-run through /etc/sysctl.conf a second time just before we set the securelevel. Approved by: markm (mentor) (implicit) Reviewed by: dougb | ||||
* | Make ipfilter, ipnat, ipmon, and ipfs behave more like the old rc. | mtm | 2003-04-24 | 7 | -65/+75 |
| | | | | | | | | | | | | | o group them together so they run one right after another o use the NetBSD supplied ipfs script instead of tacking it on to the end of ipnat o Load the ipl module in ipnat and ipfilter, if it's not already loaded o In ipmon and ipnat show a warning if neither ipfilter nor ipnat is enabled or the ipl module is not loaded, and exit Approved by: markm (mentor) (implicit) Tested by: leafy <leafy@leafy.idv.tw> | ||||
* | Free mount credentials (mnt_cred) when freeing the mount struct | tjr | 2003-04-24 | 1 | -0/+5 |
| | | | | | in failure cases to avoid leaking struct ucreds, and ultimately leaking struct uidinfo references. | ||||
* | Add some IEEE 1394 OHCI chips. | simokawa | 2003-04-24 | 2 | -1/+26 |
| | | | | | Partially submitted by: Tetsuya Ryuchi <ryuchi@ryuchi.org> PR: misc/51336 | ||||
* | - Move swap_pager_isswapped()'s prototype to a more logical place. | alc | 2003-04-24 | 2 | -1/+1 |
| | |||||
* | - Acquire the vm_object's lock when performing vm_object_page_clean(). | alc | 2003-04-24 | 18 | -14/+45 |
| | | | | | | - Add a parameter to vm_pageout_flush() that tells vm_pageout_flush() whether its caller has locked the vm_object. (This is a temporary measure to bootstrap vm_object locking.) | ||||
* | When filling out a kinfo_proc structure, if we come across a process | des | 2003-04-24 | 1 | -0/+2 |
| | | | | | | whose p_stats->p_start has the magic value 1, replace it with boottime. Some users were apparently confused by the fact that ps(1) reported a start time in early 1970 for system processes. | ||||
* | Don't print anything for fault at cpu_switch_load_gs, just like other | davidxu | 2003-04-24 | 2 | -12/+6 |
| | | | | | code to recover fault in doreti because of invalid segment registers, silently push error to userland. | ||||
* | Document support for the new -s and -R command-line options, and | gad | 2003-04-24 | 1 | -51/+124 |
| | | | | | | | | | | | the 'N' flag. These were coded in March as revisions 1.55 and 1.56 of newsyslog.c. I intend to MFC all the matching changes next week. This also reorganizes the description of the 'flags' field to give list of the valid flags, instead of a long paragraph explaining each of the possible values. Obtained from: NetBSD (in spirit at least, for -s and N) MFC after: 1 week | ||||
* | Don't convert the kernel ident to uppercase when writing the Makefile. | des | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | Tweak to previous commit: increment ifp->if_iqdrops if the m_copy() fails. | archie | 2003-04-23 | 1 | -1/+2 |
| | | | | Suggested by: Neelkanth Natu <neelnatu@yahoo.com> | ||||
* | Sync with latest and greatest Apple sources (which, among other things, fix | jkh | 2003-04-23 | 1 | -62/+88 |
| | | | | | | | | the style flag). Submitted by: Conrad Minshall <conrad@apple.com> Reviewed by: jkh Obtained from: Apple Computer, Inc. | ||||
* | Remove obsolete compatibility ifdef. | imp | 2003-04-23 | 1 | -2/+0 |
| | |||||
* | Copy CIS3 and CIS4 strings into the kernel too. | imp | 2003-04-23 | 2 | -0/+8 |
| | | | | | PR: 51333 Submitted by: Scott Mitchell | ||||
* | 1. Allow drivers to query CIS strings from OLDCARD. | imp | 2003-04-23 | 4 | -0/+69 |
| | | | | | | | | | 2. Include backwards compatibility good for the moment (eventually will be turned off in current, but allow for a short transition period). PR: 51333 Submited by: Scott Mitchell (1) MFC after: 2 weeks | ||||
* | Add accessor for cis4 string. Neither OLDCARD nor NEWCARD support | imp | 2003-04-23 | 1 | -0/+1 |
| | | | | | | | this yet, but that will change soon. Pr: 51333 Submited by: Scott Mitchell | ||||
* | Add a macro to get the current thread mailbox pointer. | deischen | 2003-04-23 | 1 | -0/+1 |
| | |||||
* | Remove the i386-specific hack (well, we only run on i386 anyways) | deischen | 2003-04-23 | 2 | -8/+8 |
| | | | | | | to always set %gs when resuming a thread. Install this library as libpthread instead of libkse. | ||||
* | Protect thread errno from being changed while operating | deischen | 2003-04-23 | 6 | -2/+76 |
| | | | | | | | | on behalf of the KSE. Add a kse_reinit function to reinitialize a reused KSE. Submitted by: davidxu | ||||
* | Add a new sys/limits.h file which in turn depends on machine/_limits.h | kan | 2003-04-23 | 8 | -371/+389 |
| | | | | | | | | | to get actual constant values. This is in preparation for machine/limits.h retirement. Discussed on: standards@ Submitted by: Craig Rodrigues <rodrigc@attbi.com> (*) Modified by: kan | ||||
* | Introduce a g_waitfor_event() function which posts an event and waits for | phk | 2003-04-23 | 6 | -35/+69 |
| | | | | it to be run (or cancelled) and use this instead of home-rolled versions. | ||||
* | Document support for the <default> entry, which was implemented in | gad | 2003-04-23 | 1 | -2/+8 |
| | | | | | | | revision 1.50 of newsyslog.c , back in February. I intend to MFC those changes soon. MFC after: 4 days | ||||
* | More of the event stuff can now be private to geom_event.c | phk | 2003-04-23 | 3 | -14/+11 |
| | |||||
* | Rename g_call_me() to g_post_event(), and give it a flag | phk | 2003-04-23 | 12 | -34/+35 |
| | | | | argument to determine if we can M_WAITOK in malloc. | ||||
* | style(9): use NULL when assigning/comparing a char *, | johan | 2003-04-23 | 3 | -9/+9 |
| | | | | | | consitently compare fileid with 0 using == and !=. Reviewed by: silence on @audit | ||||
* | Make this WARNS=5 clean by adding () in 'if (a || (b && c))'. | johan | 2003-04-23 | 2 | -2/+2 |
| | | | | Look at by: sebastian.ssmoller@web.de on audit@ | ||||
* | Remove the now unused hardcoded g_post_event() event support. | phk | 2003-04-23 | 2 | -63/+4 |
| | |||||
* | Make this WARNS=5 clean by using %j and (uintmax_t). | johan | 2003-04-23 | 2 | -3/+5 |
| | | | | Look at by: sebastian.ssmoller@web.de on audit@ | ||||
* | These are WARNS=5 clean, mark them as such to keep them that way. | johan | 2003-04-23 | 2 | -0/+2 |
| | | | | Look at by: sebastian.ssmoller@web.de on audit@ | ||||
* | Use bus_space*() instead of in*() and out*(). | jhay | 2003-04-23 | 4 | -317/+280 |
| | |||||
* | Turn EV_NEW_PROVIDER into a g_call_me() event. | phk | 2003-04-23 | 3 | -25/+31 |
| | |||||
* | Convert EV_SPOILED event to use g_call_me(). | phk | 2003-04-23 | 3 | -21/+24 |
| | |||||
* | Remove Giant from osigblock(), osigsetmask(), and kern_sigaltstack(). | jhb | 2003-04-23 | 1 | -15/+7 |
| | |||||
* | Turn the hardwired NEW_CLASS event into a g_call_me() event. | phk | 2003-04-23 | 3 | -22/+34 |
| | |||||
* | Move the shutdown eventhandler stuff to a more logical place. | phk | 2003-04-23 | 3 | -11/+12 |
| | |||||
* | Update many of the locking notes and comments for struct | jhb | 2003-04-23 | 1 | -49/+50 |
| | | | | thread/kse/ksegroup/proc. | ||||
* | The signotify() sanity check in userret() doesn't need Giant anymore. | jhb | 2003-04-23 | 1 | -2/+0 |
| | |||||
* | Add lock assertions for various proc/thread/kse/ksegroup fields to the | jhb | 2003-04-23 | 2 | -0/+16 |
| | | | | scheduler functions. | ||||
* | - Reorganize osigstack() to do the copyin first, grab the proc lock once, | jhb | 2003-04-23 | 1 | -19/+13 |
| | | | | | | | do all the various sigstack dances, unlock the proc lock, and finally do the copyout. This more closely resembles the behavior of kern_sigaltstack() and closes a small race. - Remove Giant from osigstack as it is no longer needed. | ||||
* | Remove Giant from [gs]etpriority(). | jhb | 2003-04-23 | 1 | -6/+0 |
| | |||||
* | - Protect p_numthreads with the sched_lock. | jhb | 2003-04-23 | 4 | -27/+33 |
| | | | | | - Protect p_singlethread with both the sched_lock and the proc lock. - Protect p_suspcount with the proc lock. | ||||
* | Fix a case where the return value from m_copy() was not being checked | archie | 2003-04-23 | 1 | -6/+6 |
| | | | | | | | for NULL before proceeding, causing a crash if mbufs were exhausted. MFC after: 3 days Reported by: Mark Gooderum <mark@verniernetworks.com> | ||||
* | Fix compiling in the NO_SWAPPING case. | jhb | 2003-04-23 | 1 | -5/+7 |
| | | | | Submitted by: bde (partially) | ||||
* | Fix a lock order reversal. Unlock the proc before calling fget(). | jhb | 2003-04-23 | 1 | -1/+1 |
| | | | | Reported by: kris | ||||
* | Remove Kerberos IV shims. | des | 2003-04-23 | 3 | -3/+3 |
| | |||||
* | Update for 3.6.1p1; also remove Kerberos IV shims. | des | 2003-04-23 | 4 | -22/+6 |
| | |||||
* | Nit. | des | 2003-04-23 | 1 | -1/+1 |
| |