Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mention the use of Framed-IPv6-Prefix. | ume | 2003-06-20 | 1 | -0/+4 |
| | | | | MFC after: 1 week | ||||
* | amd64 is actually stable enough for the regular -CURRENT tinderbox now. | des | 2003-06-20 | 1 | -1/+1 |
| | |||||
* | Update my email address. | mtm | 2003-06-20 | 2 | -2/+2 |
| | |||||
* | Don't forget the -r on the second password prompt. | mtm | 2003-06-20 | 1 | -1/+1 |
| | | | | PR: bin/53550 | ||||
* | IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may | ume | 2003-06-20 | 3 | -0/+65 |
| | | | | | | | want to pass the value to upper layer protocol such as DHCPv6 for prefix delegation. MFC after: 1 week | ||||
* | Mention the use of Framed-IPv6-Route. | ume | 2003-06-20 | 1 | -0/+46 |
| | | | | MFC after: 1 week | ||||
* | Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek): | tjr | 2003-06-20 | 1 | -1/+15 |
| | | | | | | | | | | | | - Avoid calling bread() with different sizes on the same blkno. Although the buffer cache is designed to handle differing size buffers, it erroneously tries to write the incorrectly-sized buffer buffer back to disk before reading the correctly-sized one, even when it's not dirty. This behaviour caused a panic for read-only NTFS mounts when INVARIANTS was enabled ("bundirty: buffer x still on queue y"), reported by NAKAJI Hiroyuki. - Fix a bug in the code handling holes: a variable was incremented instead of decremented, which could cause an infinite loop. | ||||
* | Use direct map in pmap_map(). | simokawa | 2003-06-20 | 1 | -11/+1 |
| | | | | | | | This saves much KVA for vm_pages and you don't need to increase NKPT for large physical memory anymore. Suggested by: dfr | ||||
* | Fix few typos and remove two unneeded checks | phantom | 2003-06-20 | 1 | -4/+3 |
| | | | | Noticed by: ache | ||||
* | We have manpage now, so remove NOMAN | phantom | 2003-06-20 | 1 | -1/+0 |
| | |||||
* | Fix most warnings, sort prototypes, kill spaces at EOLs | phantom | 2003-06-20 | 1 | -27/+36 |
| | |||||
* | Add comment about **vpp being special-cased in vnode_if.awk (1.38) | se | 2003-06-20 | 1 | -0/+6 |
| | |||||
* | The assertions generated to test VFS locking never included checks | se | 2003-06-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | for vnodes reached through double indirection (i.e. **vpp). This is worked-around by special-casing the identifier "vpp" (adding one level of indirection). The alternative fix mentioned in the PR had required substantial changes to this script. In case there are locking violations that had been hidden without this patch, they may suddenly show up, now ... This change does not affect code compiled without DEBUG_VFS_LOCKS. PR: kern/46652 | ||||
* | Add minimalistic manual page for locale(1) | phantom | 2003-06-20 | 1 | -0/+91 |
| | |||||
* | Complete rewrite of locale(1) in order to become POSIX complaint utilitty. | phantom | 2003-06-20 | 1 | -84/+400 |
| | | | | | It's possibly not completely complaint with POSIX requirements, but very close to it now. | ||||
* | Add an amd64 category now that amd64 has its own mailing list and all. | des | 2003-06-20 | 2 | -0/+4 |
| | |||||
* | Add devname_r(3) which takes a buffer as argument. | phk | 2003-06-20 | 3 | -56/+22 |
| | |||||
* | Remove dev_mkdb(8). The kernel answers these questions. | phk | 2003-06-20 | 4 | -267/+0 |
| | |||||
* | Remove the devdb stuff, the kernel answers these questions just fine. | phk | 2003-06-20 | 2 | -18/+1 |
| | |||||
* | cpu_set_upcall_kse needs to access userspace, release schedule lock | davidxu | 2003-06-20 | 2 | -8/+20 |
| | | | | | | | | before calling it for bound thread. To avoid this problem, change thread_schedule_upcall to not put new thread on run queue, let caller do it, so we can tweak the new thread before setting it to run. Reported by: pho | ||||
* | Don't put callout_lock under #ifdef DIAGNOSTIC despite the fact that it | phk | 2003-06-20 | 1 | -1/+2 |
| | | | | works anyway. | ||||
* | Initialize b_saveaddr when we hand out pbufs | phk | 2003-06-20 | 1 | -2/+3 |
| | |||||
* | Initialize b_saveaddr when we hand out buffers | phk | 2003-06-20 | 1 | -2/+4 |
| | |||||
* | Crude but efficient: | phk | 2003-06-20 | 1 | -1/+8 |
| | | | | | #ifdef DIAGNOSTIC hold a mutex while calling callout's so that we hear about it if they sleep. | ||||
* | Don't (re)initialize f_gcflag to zero. | phk | 2003-06-20 | 3 | -2/+2 |
| | | | | | Move initialization of DTYPE_VNODE specific field f_seqcount into the DTYPE_VNODE specific code. | ||||
* | Move FMARK and FDEFER til sys/file.h where they belong. | phk | 2003-06-20 | 2 | -10/+15 |
| | | | | Order the fields in struct file in sections after their scope. | ||||
* | fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, not | jmg | 2003-06-20 | 2 | -2/+6 |
| | | | | an int. | ||||
* | fix problem with uninitalized ptr (from PR) | jmg | 2003-06-20 | 1 | -8/+13 |
| | | | | | | | other minor clean up. PR: bin/2785 Submitted by: mpp | ||||
* | Update the description of the Netgear MA401 to say Prism-II/2.5; | silby | 2003-06-20 | 1 | -1/+1 |
| | | | | | | my 401 is a 2.5, so presumably many of them are. MFC after: 3 days | ||||
* | The so-called "optimized copy-on-write fault" case should not require | alc | 2003-06-20 | 1 | -9/+2 |
| | | | | | | | the vm map lock. What's really needed is vm object locking, which is (for the moment) provided Giant. Reviewed by: tegge | ||||
* | When a STOP signal is being sent to a process, it is possible all | davidxu | 2003-06-20 | 1 | -2/+16 |
| | | | | | | | threads in the process have already masked the signal, so job control is delayed. But later a thread unmasking the STOP signal should enable job control, so in issignal(), scanning all threads in process to see if we can direct suspend some of them, not just suspend current thread. | ||||
* | Fix typo. td should be td0. | davidxu | 2003-06-20 | 1 | -1/+1 |
| | |||||
* | Remove near-duplicate entry, keeping the better attributed one. | gsutter | 2003-06-19 | 1 | -12/+0 |
| | |||||
* | Correct an apparent typo. | mdodd | 2003-06-19 | 1 | -1/+1 |
| | | | | | | PR: bin/53515 Submitted by: Lukas Ertl <l.ertl@univie.ac.at> Approved by: jmallett | ||||
* | Fix a coredump that would occur when fdopen was unable to | silby | 2003-06-19 | 1 | -1/+2 |
| | | | | | | | | return a valid fd. PR: 49096 Submitted by: demon MFC after: 3 days | ||||
* | Avoid using v8 opcodes; use ba instead of b for unconditional branches. | jake | 2003-06-19 | 2 | -37/+37 |
| | |||||
* | Do RADIUS accounting on IPV6CP. | ume | 2003-06-19 | 5 | -18/+110 |
| | | | | MFC after: 1 week | ||||
* | Oops, I put unused variable in my previous commit. | ume | 2003-06-19 | 1 | -1/+0 |
| | | | | MFC after: 1 week | ||||
* | Install routes specified by Framed-IPv6-Route. Since the format | ume | 2003-06-19 | 3 | -1/+71 |
| | | | | | | of Framed-IPv6-Route is user defined, it follows Framed-IP-route. MFC after: 1 week | ||||
* | Unlock the struct file lock before aquiring Giant, otherwise | alfred | 2003-06-19 | 1 | -3/+3 |
| | | | | | | | | we can deadlock because of lock order reversals. This was not caught because Witness ignores pool mutexes right now. Diagnosis and help: truckman Noticed by: pho | ||||
* | Hook openpromio up to the build. | jake | 2003-06-19 | 1 | -0/+1 |
| | |||||
* | Lock the vm object when freeing a vm page. | alc | 2003-06-19 | 1 | -0/+2 |
| | |||||
* | Fix warnings on 64 bit platforms. | mdodd | 2003-06-19 | 1 | -9/+9 |
| | | | | Noticed by: jake | ||||
* | Add support for the HighPoint HPT302 & HPT371 | sos | 2003-06-19 | 1 | -0/+2 |
| | | | | HW sponsored by: Martin Blapp <mbr@FreeBSD.ORG> | ||||
* | Fix direct map page table for 2GB+ physical memory. | simokawa | 2003-06-19 | 1 | -1/+1 |
| | | | | | You may still need to increase NKPT for larger memory. I have successfully booted 8GB system with NKPT=256. | ||||
* | Fix broken -a functionality. | mbr | 2003-06-19 | 1 | -1/+1 |
| | | | | | | | | Reviewed by: phk Submitted by: Martin Kammerhofer <mkamm@gmx.net> PR: 53451 MFC: 1 week | ||||
* | German keymap with dead keys. | murray | 2003-06-19 | 3 | -1/+147 |
| | | | | | | PR: misc/28456 Submitted by: Ulrich Luttner <luttner@web.de> MFC After: 1 week | ||||
* | Add US syscons keymap w/ accents. | murray | 2003-06-19 | 3 | -1/+146 |
| | | | | PR: misc/18459 | ||||
* | Remove bogus non-reentrant "temporary" implementation of gethostbyaddr_r() | kris | 2003-06-19 | 1 | -19/+0 |
| | | | | | | | that has been here for 6 years and 9 months. Reviewed by: deischen MFC After: 1 week | ||||
* | phk added the -x option in May 2000, but only for regular files; for | murray | 2003-06-19 | 1 | -1/+5 |
| | | | | | | | | special files it was treated like -l. This commit adds the -x option in for special files as well. PR: bin/46249 Submitted by: Colin Percival <cperciva@sfu.ca> |