Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-25 | make the remaining pf_rule fields named superblock BREAKs instead just letting | Mike Frantzen | |
them default to BREAKs. no functional change | |||
2005-05-25 | spelling | Esben Norby | |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist | |
everyone for the prompt review and ok of this work ;-) Yeah, that includes me too, or maybe especially me. I am sorry. Change the sched_lock to a mutex. This fixes, among other things, the infamous "telnet localhost &" problem. The real bug in that case was that the sched_lock which is by design a non-recursive lock, was recursively acquired, and not enough releases made us hold the lock in the idle loop, blocking scheduling on the other processors. Some of the other processors would hold the biglock though, which made it impossible for cpu 0 to enter the kernel... A nice deadlock. Let me just say debugging this for days just to realize that it was all fixed in an old diff noone ever ok'd was somewhat of an anti-climax. This diff also changes splsched to be correct for all our architectures. | |||
2005-05-25 | Mention isearch wrap | Chad Loder | |
2005-05-25 | Incremental search will now wrap to beginning (or end if backwards) if | Chad Loder | |
you hit the search key again after a failure. OK jason | |||
2005-05-25 | one last optimization, removing a jump, mostly by | Bob Beck | |
toby, committed so art will stop yelling at me to avoid conflicts... ok marco@, weingart@, mickey@, niklas@ | |||
2005-05-25 | make the optimizer safe in the presence of interface groups. they must act as | Mike Frantzen | |
an optimization block break ok dhartmei@ | |||
2005-05-25 | - identify Compex NICs (untested) | Martin Reindl | |
- wrap more functions in TULIP_PERF* macros ok brad@ from NetBSD | |||
2005-05-25 | Fix a comment | Hans-Joerg Hoexer | |
2005-05-25 | skeleton for the edit-related functions, not linked in yet | Jean-Francois Brousseau | |
2005-05-25 | spelling | Esben Norby | |
2005-05-25 | unused code | Jean-Francois Brousseau | |
2005-05-25 | support the -d flag in local mode (GNU CVS ignores that flag and even | Jean-Francois Brousseau | |
kills a linux box regardless of the size of the import) | |||
2005-05-25 | With PQUIK_NOMODESENSE gone, SDEV_NOMODESENSE can go too. | Kenneth R Westerback | |
2005-05-25 | modify rcs_rev_add() to accept a time_t argument to explicitly set | Jean-Francois Brousseau | |
the revision's timestamp (-1 is equivalent to using the current time) | |||
2005-05-25 | PQUIK_NOMODESENSE no longer does anything, and PQUIRK_NOBIGMODESENSE was | Kenneth R Westerback | |
defined to be 0. Expunge references. Null entries in quirks table will be removed later. | |||
2005-05-25 | Fix instances of macros with improperly parenthasized arguments. | Brad Smith | |
2005-05-25 | - Fixed resetting of the watchdog timer and queue full flag. | Brad Smith | |
- When reading PHY regs over the i2c bus, the turnaround ACK bit is read one clock edge too late. This bit is driven low by slave (as any other input data bits from slave) when the clock is LOW. The current code did read the bit after the clock was driven high again. - Do not call mii_pollstat() from within device tick routines; the status information is updated by mii_tick(). From FreeBSD | |||
2005-05-25 | Introduce safer, more general mode sense capability. Transparently use | Kenneth R Westerback | |
both 10 byte and 6 byte MODE SENSE commands and just return error checked values. Convert sd_scsi.c to use new mechanism for non-optical drives. USB umass devices will now display actual mode sense info if it is available via a 10 byte MODE SENSE. Which may mean 0 heads, etc. is shown until cosmetics are finalized. ok marco@ 'that is pretty cool' deraadt@ | |||
2005-05-25 | funcs to fetch pci intr routing table(s) | Michael Shalayeff | |
2005-05-25 | regen | Brad Smith | |
2005-05-25 | 1 Mbps Ethernet, huh? | Brad Smith | |
2005-05-25 | in M-x compile, after prompting for command, check buffers and optionally | Jason Wright | |
save them. ok cloder@ | |||
2005-05-25 | sync with reality | Martin Reindl | |
2005-05-25 | BCM5220 | Brad Smith | |
2005-05-25 | regen | Brad Smith | |
2005-05-25 | I don't know the real name of this PHY on a dc@cardbus I was | Brad Smith | |
provided by todd@ but it is a Broadcom 10/100 PHY. Based on the description of the BCM5220 from the web-site saying its a very low power PHY then I'll just name this a BCM5220 for now unless I find out otherwise. | |||
2005-05-25 | repair whichqs race by disabling ints in between check and halt-halt; marco@ ↵ | Michael Shalayeff | |
beck@ niklas@ ok | |||
2005-05-25 | comment typo | Jason Wright | |
2005-05-25 | correctly initialize AD1886. | Joris Vink | |
"go ahead" mickey@ | |||
2005-05-25 | rearrange order of messages sent to the kernel | Hans-Joerg Hoexer | |
2005-05-25 | set incoming flows to "use", outgoing to "require" | Hans-Joerg Hoexer | |
2005-05-25 | prepare for new sysctl interface, not used yet | Hans-Joerg Hoexer | |
2005-05-25 | add missing detail from IFS example | Jared Yanovich | |
From PR4220/TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> | |||
2005-05-25 | do not swap srcid/dstid for INOUT rules. | Hans-Joerg Hoexer | |
2005-05-25 | use bzero | Hans-Joerg Hoexer | |
2005-05-25 | spelling | Esben Norby | |
2005-05-25 | typo in define. Found by David Krause. | Claudio Jeker | |
2005-05-25 | split cvs_admin_file() into the local and remote versions and do | Jean-Francois Brousseau | |
some cleanup | |||
2005-05-25 | assume that a file is modified if its timestamp is lower | Jean-Francois Brousseau | |
than the value found in Entries. This can't really hurt, as the server will simply ignore it if it's not really modified | |||
2005-05-25 | when importing a file in local mode, add the first two revisions | Jean-Francois Brousseau | |
and set the head to revision 1.1 | |||
2005-05-25 | spelling fixes | David Krause | |
2005-05-25 | whitespace | David Krause | |
2005-05-25 | spelling | David Krause | |
2005-05-25 | - basic code for rcs_rev_add() and rcs_rev_remove(), does not | Jean-Francois Brousseau | |
handle deltatexts yet - fix rcs_head_set() by allocating the head pointer if there was no previous head revision - initialize subnodes list correctly for RCS deltas - fix a crash in rcs_strprint() on NULL strings - | |||
2005-05-25 | whitespace | David Krause | |
2005-05-25 | the the | David Krause | |
2005-05-25 | in tulip_reset() remove a useless printf and check flags before resetting | Martin Reindl | |
2005-05-25 | Schedule a soft interrupt, not a timeout, in the hard rx interrupt handler. | Miod Vallat | |
2005-05-25 | add ifconfig -M option to replace wicontrol -L and -l for ap scanning | Reyk Floeter | |
and node listing. wicontrol is not supported by net80211 drivers anymore. further improvements will be done. ok dlg@, jsg@ |