| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2007-10-18 | There is no point for IP addresses on pflog(4) | 1 | -4/+1 | ||
| OK dhartmei@, henning@ | |||||
| 2007-10-18 | minor tweaks for previous; | 1 | -2/+4 | ||
| 2007-10-18 | 941 as well | 1 | -4/+4 | ||
| 2007-10-18 | Initio INIC-941 works as well; ok miod@ | 1 | -1/+2 | ||
| 2007-10-18 | unbreak tree | 2 | -20/+14 | ||
| 2007-10-18 | extra arg to warn slipped through. | 2 | -16/+22 | ||
| 2007-10-18 | Don't try to send IPIs to CPUs that aren't running (yet). | 4 | -13/+17 | ||
| 2007-10-18 | repair file security warnings; ok pyr | 2 | -12/+16 | ||
| 2007-10-18 | avoid splassert, caused by the fact that iha_main() is called | 1 | -1/+4 | ||
| unprotected by iha_exec_scb(). With help and ok miod@ | |||||
| 2007-10-18 | Correct possible spl problem in buffer cleaning daemon - the buffer cleaning | 1 | -2/+2 | ||
| daemon requires splbio when doing dirty buffer queue manipulation. Since version 1.88 of vfs_bio.c, it was possible to break out of the processing loop when the cleaner had been running long enough, and this early exit would mean a future pass through would manipulate the buffer queues not at splbio. This change corrects this. ok krw@, deraadt@, tedu@, thib@ | |||||
| 2007-10-18 | sync | 30 | -0/+32 | ||
| 2007-10-18 | ignore fans with >= 0x0fff readings. According to the iic_dump(), it appears | 1 | -2/+2 | ||
| as if all the invalid fans have either 0x0f00 or 0x0000 readings, but with the in-the-field driver 0x0f00 appears as 0x0fff. At any rate, no real fans would have sensors detecting 0x0f00 (351 RPM), so no harm continuing to ignore it, t. tested by jon.steel@esentire.com discussed with kettenis@ deraadt@ | |||||
| 2007-10-18 | synch expat major number with xenocara, and then some. | 2 | -3/+4 | ||
| activate it in the build. | |||||
| 2007-10-18 | sync | 1 | -0/+1 | ||
| 2007-10-18 | Add support for the Moosehead PS/2 controller as found on SGI O2 workstations. | 7 | -6/+953 | ||
| ok miod@ deraadt@ | |||||
| 2007-10-18 | add to CLEANFILES, to kill dribbles | 2 | -2/+8 | ||
| 2007-10-18 | enter iso dir for clean/cleandir, too, to delete dribbles | 8 | -16/+20 | ||
| 2007-10-18 | Make sure interrupts are really enabled at the beginning of proc_trampoline, | 1 | -8/+23 | ||
| tested by deraadt@ jsing@ | |||||
| 2007-10-18 | enter for obj@ building, otherwise dribbles happen | 3 | -5/+16 | ||
| 2007-10-18 | Pull from master repo: | 1 | -3/+5 | ||
| Replace errorx() with error(); exit() in the child process in callsys(). errorx deletes the temp. files which we don't want to happen in the child. ok otto@, ragge@ | |||||
| 2007-10-18 | Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and to | 3 | -12/+10 | ||
| which pckbd and pms attach. This makes it simpler to add new controllers pckbd/pms can attach to. | |||||
| 2007-10-18 | Kill spurious warnings when arg is a function pointer. Should | 1 | -1/+6 | ||
| actually check the return type and arg list of the function pointer arg. ok ragge@ | |||||
| 2007-10-18 | spacing | 12 | -80/+81 | ||
| 2007-10-18 | Avoid memory leak if tag is defined multiple times in CVSROOT/config. | 1 | -1/+3 | ||
| OK ray@, xsa@ | |||||
| 2007-10-18 | Check to see if the SPD EEPROM size looks sane (ie < 32K) | 1 | -2/+5 | ||
| when trying to decide if we have found an SPD EEPROM. ok deraadt@ | |||||
| 2007-10-18 | Massive cleanup in the authentication code. the simple auth_key and the crypt | 4 | -23/+25 | ||
| keys are not strings so a) use u_int8_t instead of char and b) uses memcpy to copy the full MAX_SIMPLE_AUTH_LEN resp. MD5_DIGEST_LENGTH bytes around. The parser needs some special code to ensure that the string is not to long and if it is shorter then the buffer the rest needs to be zero padded. Avoid to use strncpy() instead use a bzero(); memcpy() combo. with and OK deraadt@ | |||||
| 2007-10-18 | Add missing bits for auth crypt and cleanup a bit. OK deraadt@ | 1 | -6/+7 | ||
| 2007-10-18 | avoid some ugly line split; | 1 | -3/+4 | ||
| 2007-10-18 | Add some first LEDs support. Tested on my cardbus Linksys WPC54G Ver 3. | 3 | -4/+144 | ||
| Diff ported from DragonFlyBSD | |||||
| 2007-10-18 | scsi_done() must be splbio() protected... who did this work for??; ok dlg | 1 | -1/+9 | ||
| 2007-10-18 | Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl. | 1 | -11/+5 | ||
| Tested by todd@ ok dlg@ | |||||
| 2007-10-18 | No need to include <machine/pte.h> here. | 13 | -27/+14 | ||
| 2007-10-18 | Get rid of the silly union for mips pte. No functional change except | 5 | -76/+58 | ||
| pmap.h now includes pte.h. | |||||
| 2007-10-18 | add missing $OpenBSD$; "of course" deraadt | 1 | -0/+1 | ||
| 2007-10-18 | mention the Intel ICH9 chipset. | 1 | -2/+3 | ||
| ok dlg@ | |||||
| 2007-10-18 | SIGCHLD is not an errno value. | 1 | -2/+2 | ||
| Spotted by deraadt. | |||||
| 2007-10-17 | Add the Intel ICH9 chipset. | 4 | -7/+43 | ||
| Tested by damien@ ok dlg@ | |||||
| 2007-10-17 | Add the Intel ICH9 chipset. | 2 | -5/+6 | ||
| Tested by damien@ ok dlg@ | |||||
| 2007-10-17 | miod says noone needs isa/isavar.h anymore, and i believe him | 1 | -6/+1 | ||
| 2007-10-17 | Use ldx (instead of ld) to load a pointer. | 1 | -2/+2 | ||
| ok deraadt@ | |||||
| 2007-10-17 | put bsd.rd onto install##.iso | 1 | -2/+2 | ||
| 2007-10-17 | sparc64 has a bsd.mp too (though it is early work..) | 1 | -1/+3 | ||
| 2007-10-17 | build sparc64 bsd.mp too | 1 | -2/+9 | ||
